freebsd-ports/security/p5-Data-Password/pkg-plist
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

5 lines
273 B
Text

%%SITE_PERL%%/Data/Password.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Password/.packlist
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Password
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true