aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-LE/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-28 18:03:24 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-28 18:03:24 +0000
commit886825f8ea4e9948c156ce442e580c72dfdda2a0 (patch)
tree06049b7b64bff8d8115b7fd852ac51e976b46bc5 /security/p5-Crypt-LE/Makefile
parente589b838785b5052253fe0e7c96002b9dc3ba500 (diff)
downloadports-886825f8ea4e9948c156ce442e580c72dfdda2a0.tar.gz
ports-886825f8ea4e9948c156ce442e580c72dfdda2a0.zip
Notes
Diffstat (limited to 'security/p5-Crypt-LE/Makefile')
-rw-r--r--security/p5-Crypt-LE/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Crypt-LE/Makefile b/security/p5-Crypt-LE/Makefile
new file mode 100644
index 000000000000..3b7178672bdd
--- /dev/null
+++ b/security/p5-Crypt-LE/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= Crypt-LE
+PORTVERSION= 0.17
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= pi@FreeBSD.org
+COMMENT= Let's Encrypt API interfacing module
+
+LICENSE= ART20
+
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= yes
+
+.include <bsd.port.mk>