head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.14.18.19.34;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.28.16;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.19.15.13.22;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.02.01.34.09;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Data-Password
# Date created:				2005-08-02
# Whom:					ports@@c0decafe.net
#
# $FreeBSD: head/security/p5-Data-Password/Makefile 302528 2012-08-14 18:19:34Z tabthorpe $
#

PORTNAME=	Data-Password
PORTVERSION=	1.07
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A Perl extension for assessing password quality

PERL_CONFIGURE=	yes

MAN3=		Data::Password.3

.include <bsd.port.mk>
@


1.4
log
@SVN rev 302528 on 2012-08-14 18:19:34Z by tabthorpe

- Reassign ports to the heap due to a mail bounce

With hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@c0decafe.net
@


1.2
log
@- Update to latest version

PR:		ports/101291
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (timeout)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Data
@


1.1
log
@Add p5-Data-Password.

Data::Password checks potential passwords for crackability. It checks that the
password has the appropriate length, that it has enough character groups, that
it does not contain the same characters repeatedly, that it does not contain
ascending or descending characters, or characters close to each other on the
keyboard. It also searches for the password in the ispell word file.

WWW: http://search.cpan.org/~razinf/Data-Password/

PR:		ports/84513
Submitted by:	ports@@c0decafe.net
@
text
@d9 1
a9 1
PORTVERSION=	1.05
@

