diff options
author | agc <agc@pkgsrc.org> | 2007-05-05 00:05:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-05-05 00:05:25 +0000 |
commit | 6fd703cfa5aa6a62e682ee098f384310243347cd (patch) | |
tree | cc2d3c0f323959ed0ae3afba0a56b3dbadee6dce /security | |
parent | 9ee39c5145a40474a251dfd739f5bd8e948067b8 (diff) | |
download | pkgsrc-6fd703cfa5aa6a62e682ee098f384310243347cd.tar.gz |
Add and enable py-SSLCrypto
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 2e4ee0bf2b8..8f65f345705 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.295 2007/04/01 21:26:48 wiz Exp $ +# $NetBSD: Makefile,v 1.296 2007/05/05 00:05:25 agc Exp $ # COMMENT= Security tools @@ -210,6 +210,7 @@ SUBDIR+= pscan SUBDIR+= putty SUBDIR+= pwsafe SUBDIR+= py-OpenSSL +SUBDIR+= py-SSLCrypto SUBDIR+= py-amkCrypto SUBDIR+= py-crack SUBDIR+= py-cryptkit |