diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 19:53:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 19:53:52 +0000 |
commit | 8318e605dffe5de0d4e71b3f1e6728e906598df2 (patch) | |
tree | 642ddf8c097b8487fcc5d8fb069b37cfa9816732 /security/Makefile | |
parent | 9b3910b2ba165440f393fa580ea5a3c1eee61388 (diff) | |
download | pkgsrc-8318e605dffe5de0d4e71b3f1e6728e906598df2.tar.gz |
+ py-backports.ssl_match_hostname
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 6b1186107d5..19bc9b7ffc9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.490 2014/01/01 03:16:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.491 2014/01/27 19:53:52 wiz Exp $ # COMMENT= Security tools @@ -327,6 +327,7 @@ SUBDIR+= py-Kerberos SUBDIR+= py-OpenSSL SUBDIR+= py-SSLCrypto SUBDIR+= py-asn1 +SUBDIR+= py-backports.ssl_match_hostname SUBDIR+= py-crack SUBDIR+= py-cryptkit SUBDIR+= py-crypto |