diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-11-17 04:30:29 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-11-17 04:30:29 +0000 |
commit | 5faa6504d09f3029cb1a5c107be7578e37350af1 (patch) | |
tree | 41e4dd0fb57e439dfe6b6ee1904cd0acc5888098 /security/Makefile | |
parent | 88723ec8d758703eada2a7f86adf939a00086306 (diff) | |
download | pkgsrc-5faa6504d09f3029cb1a5c107be7578e37350af1.tar.gz |
Add p5-Crypt-ECB
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 3937ceee139..3ac32f770e9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.365 2009/10/28 18:48:36 drochner Exp $ +# $NetBSD: Makefile,v 1.366 2009/11/17 04:30:29 dsainty Exp $ # COMMENT= Security tools @@ -175,6 +175,7 @@ SUBDIR+= p5-Crypt-DES SUBDIR+= p5-Crypt-DES_EDE3 SUBDIR+= p5-Crypt-DH SUBDIR+= p5-Crypt-DSA +SUBDIR+= p5-Crypt-ECB SUBDIR+= p5-Crypt-Eksblowfish SUBDIR+= p5-Crypt-GPG SUBDIR+= p5-Crypt-GeneratePassword |