diff options
author | abs <abs@pkgsrc.org> | 2007-03-12 11:52:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-03-12 11:52:46 +0000 |
commit | 9ae302ed353fc438cf987ad444ed6d2576afbe0d (patch) | |
tree | 94ca65907a71df6264915612033febf32cb3b4b3 /security/Makefile | |
parent | 8907f4c63f59b7df7b584c34c6233f0d5bc08691 (diff) | |
download | pkgsrc-9ae302ed353fc438cf987ad444ed6d2576afbe0d.tar.gz |
add p5-Crypt-GeneratePassword
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 962a7954864..98a25e68a45 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.289 2007/03/09 13:28:14 abs Exp $ +# $NetBSD: Makefile,v 1.290 2007/03/12 11:52:46 abs Exp $ # COMMENT= Security tools @@ -144,8 +144,10 @@ SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-CipherSaber SUBDIR+= p5-Crypt-DES SUBDIR+= p5-Crypt-DES_EDE3 +SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-DH SUBDIR+= p5-Crypt-DSA +SUBDIR+= p5-Crypt-GeneratePassword SUBDIR+= p5-Crypt-IDEA SUBDIR+= p5-Crypt-OpenPGP SUBDIR+= p5-Crypt-OpenSSL-Bignum |