diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-13 09:39:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-13 09:39:41 +0000 |
commit | 79dffe0edb145d15e1fba601349af568ddd28376 (patch) | |
tree | 8c57c40d61bb7eb36437f3e6cedc051eccf4ac1e /security | |
parent | 1e069bdeb86969ef960538e5abdce09543bebefc (diff) | |
download | pkgsrc-79dffe0edb145d15e1fba601349af568ddd28376.tar.gz |
+ py-asn1crypto
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 8768910e39a..e0d6abc3afa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.604 2017/03/10 08:31:56 nils Exp $ +# $NetBSD: Makefile,v 1.605 2017/03/13 09:39:41 wiz Exp $ # COMMENT= Security tools @@ -379,6 +379,7 @@ SUBDIR+= py-acme-tiny SUBDIR+= py-aes SUBDIR+= py-asn1 SUBDIR+= py-asn1-modules +SUBDIR+= py-asn1crypto SUBDIR+= py-backports.ssl_match_hostname SUBDIR+= py-bcrypt SUBDIR+= py-certbot |