diff options
author | dsainty <dsainty> | 2009-11-17 04:30:29 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2009-11-17 04:30:29 +0000 |
commit | 536ea13f01568d2a027429863203e2b39e4210c3 (patch) | |
tree | 41e4dd0fb57e439dfe6b6ee1904cd0acc5888098 /security | |
parent | 92f803f270d8222ae80f9ff2badbc2ec73962ade (diff) | |
download | pkgsrc-536ea13f01568d2a027429863203e2b39e4210c3.tar.gz |
Add p5-Crypt-ECB
Diffstat (limited to 'security')
-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 |