1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/p5-Data-Password/Makefile
Jean-Yves Lefort 5021f93e01 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
2005-09-02 01:34:09 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: p5-Data-Password
# Date created: 2005-08-02
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= Data-Password
PORTVERSION= 1.05
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= A Perl extension for assessing password quality
PERL_CONFIGURE= yes
MAN3= Data::Password.3
.include <bsd.port.mk>