diff options
author | schmonz <schmonz> | 2007-02-28 05:35:16 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-02-28 05:35:16 +0000 |
commit | c36bceeb3069ed5868664044a16008f141ad5251 (patch) | |
tree | 1ac12c0c1c2dab9eef150809a858535f8206700d /security | |
parent | 1f3bcadecbbbd0b28b9287528bdb5eb9a8bce655 (diff) | |
download | pkgsrc-c36bceeb3069ed5868664044a16008f141ad5251.tar.gz |
Add and enable py-tlslite.
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 15b67ccb399..5265ef9f054 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.287 2007/02/24 11:51:13 jnemeth Exp $ +# $NetBSD: Makefile,v 1.288 2007/02/28 05:35:16 schmonz Exp $ # COMMENT= Security tools @@ -218,6 +218,7 @@ SUBDIR+= py-m2crypto SUBDIR+= py-mcrypt SUBDIR+= py-paramiko SUBDIR+= py-prewikka +SUBDIR+= py-tlslite SUBDIR+= pyca SUBDIR+= qca SUBDIR+= qca-tls |