head	1.7;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.12.05.00.51.35;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.07.02.16.18.37;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.26.14.56.47;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.30.23.46.57;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.28.08.59.49;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.03.02.52.02;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308291
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308291 | sunpoet | 2012-12-05 00:46:37 +0000 (Wed, 05 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Update to 2.33
## SVN ## - Cleanup Makefile header
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/App-Genpass/Changes
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/security/p5-App-Genpass/Makefile 308291 2012-12-05 00:46:37Z sunpoet $

PORTNAME=	App-Genpass
PORTVERSION=	2.33
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Quickly and easily create secure passwords

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
		p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \
		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
		p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \
		p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep

PERL_CONFIGURE=	yes
REINPLACE_ARGS=	-i ''

MAN1=		genpass.1
MAN3=		App::Genpass.3

post-patch:
	@@${REINPLACE_CMD} -e '1 s|.*|#!${PERL}|' ${WRKSRC}/bin/genpass

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-App-Genpass
# Date created:		2011-10-03
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-App-Genpass/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	2.32
@


1.5
log
@- Update to 2.32

Changes:	http://search.cpan.org/dist/App-Genpass/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 2.31
- Add LICENSE

Changes:	http://search.cpan.org/dist/App-Genpass/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.31
@


1.3
log
@- Update to 2.30

Changes:	http://search.cpan.org/dist/App-Genpass/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.30
d18 3
a27 1

@


1.2
log
@- Update to 2.20

Changes:	http://search.cpan.org/dist/App-Genpass/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.20
d21 2
a22 5
		p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
		p5-MouseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MouseX-ConfigFromFile \
		p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
@


1.1
log
@- Add p5-App-Genpass 2.10

If you've ever needed to create 10 (or even 10,000) passwords on the fly with
varying preferences (lowercase, uppercase, no confusing characters, special
characters, minimum length, etc.), you know it can become a pretty pesky task.

This module makes it possible to create flexible and secure passwords, quickly
and easily.

WWW: http://search.cpan.org/dist/App-Genpass/
@
text
@d9 1
a9 1
PORTVERSION=	2.10
d12 1
@

