diff options
author | pi <pi@FreeBSD.org> | 2015-09-26 20:37:43 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-09-26 20:37:43 +0800 |
commit | f28e3e18da8d5564d6658a3869a82ad31190022b (patch) | |
tree | ab20e2224b9d8c524ddb1025402a4ac145820be6 /security/Makefile | |
parent | e0507ceabf28887e25d2d8e49eac5380bef9a7fa (diff) | |
download | freebsd-ports-gnome-f28e3e18da8d5564d6658a3869a82ad31190022b.tar.gz freebsd-ports-gnome-f28e3e18da8d5564d6658a3869a82ad31190022b.tar.zst freebsd-ports-gnome-f28e3e18da8d5564d6658a3869a82ad31190022b.zip |
New port: security/py-acme
Implements the Automated Certificate Management Environment (ACME)
WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme
PR: 203364
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>, pi
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3b79c3d5b444..df4e04a8cfe9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -785,6 +785,7 @@ SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage + SUBDIR += py-acme SUBDIR += py-artifacts SUBDIR += py-bcrypt SUBDIR += py-borg.localrole |