summaryrefslogtreecommitdiff
path: root/security/lfacme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/lfacme/Makefile')
-rw-r--r--security/lfacme/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/lfacme/Makefile b/security/lfacme/Makefile
new file mode 100644
index 000000000000..6368e43e2ab5
--- /dev/null
+++ b/security/lfacme/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= lfacme
+DISTVERSIONPREFIX=v
+DISTVERSION= 1.0
+CATEGORIES= security www
+
+MAINTAINER= ivy@FreeBSD.org
+COMMENT= Simple ACME client based on uacme
+WWW= https://github.com/llfw/lfacme
+
+LICENSE= PD
+
+RUN_DEPENDS= uacme:security/uacme
+
+USE_GITHUB= yes
+GH_ACCOUNT= llfw
+GH_PROJECT= lfacme
+
+SUB_FILES= pkg-message
+
+.include <bsd.port.mk>