diff options
author | fhajny <fhajny> | 2016-05-25 18:19:30 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2016-05-25 18:19:30 +0000 |
commit | a2e69fdbcc298019902653340d270d740a179efd (patch) | |
tree | 2416d6786035a1fae61f333bd11be23633c4030c /security/Makefile | |
parent | 7c72cc03b8eaa120a131ed62512589dc9831a487 (diff) | |
download | pkgsrc-a2e69fdbcc298019902653340d270d740a179efd.tar.gz |
Enable py-certbot and py-acme
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 3b4bde0c5b5..25f3a9ebae0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.578 2016/05/21 21:51:42 youri Exp $ +# $NetBSD: Makefile,v 1.579 2016/05/25 18:19:30 fhajny Exp $ # COMMENT= Security tools @@ -365,10 +365,12 @@ SUBDIR+= py-Des SUBDIR+= py-Kerberos SUBDIR+= py-OpenSSL SUBDIR+= py-SSLCrypto +SUBDIR+= py-acme SUBDIR+= py-asn1 SUBDIR+= py-asn1-modules SUBDIR+= py-backports.ssl_match_hostname SUBDIR+= py-bcrypt +SUBDIR+= py-certbot SUBDIR+= py-certifi SUBDIR+= py-crack SUBDIR+= py-cryptkit |