diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-05 10:52:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-05 10:52:51 +0800 |
commit | d4dd7c349780e1bdb043f52897639265fef67223 (patch) | |
tree | e2726b7f8d0eb141329cd2b5d91aa6bcd39997d3 /security/Makefile | |
parent | cbd7f0ade2cc813d355bdb7efc66a3f06073cbf7 (diff) | |
download | freebsd-ports-gnome-d4dd7c349780e1bdb043f52897639265fef67223.tar.gz freebsd-ports-gnome-d4dd7c349780e1bdb043f52897639265fef67223.tar.zst freebsd-ports-gnome-d4dd7c349780e1bdb043f52897639265fef67223.zip |
- Add p5-String-MkPasswd
This Perl library defines a single function, mkpasswd(), to generate
random passwords. The function is meant to be a simple way for
developers and system administrators to easily generate a relatively
secure password.
WWW: http://search.cpan.org/dist/String-MkPasswd
PR: ports/156714
Submitted by: Frank Wall <fw@moov.de>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d0d2781b9588..0d9dddccaeb2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -541,6 +541,7 @@ SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Snort-Rule + SUBDIR += p5-String-MkPasswd SUBDIR += p5-Sudo SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash |