aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-LE/Makefile18
-rw-r--r--security/p5-Crypt-LE/distinfo3
-rw-r--r--security/p5-Crypt-LE/pkg-descr10
-rw-r--r--security/p5-Crypt-LE/pkg-plist7
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 88f1b1890183..a9012c54cef9 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -517,6 +517,7 @@
SUBDIR += p5-Crypt-Imail
SUBDIR += p5-Crypt-Juniper
SUBDIR += p5-Crypt-Khazad
+ SUBDIR += p5-Crypt-LE
SUBDIR += p5-Crypt-License
SUBDIR += p5-Crypt-Lite
SUBDIR += p5-Crypt-Loki97
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>
diff --git a/security/p5-Crypt-LE/distinfo b/security/p5-Crypt-LE/distinfo
new file mode 100644
index 000000000000..7095b9933394
--- /dev/null
+++ b/security/p5-Crypt-LE/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467136285
+SHA256 (Crypt-LE-0.17.tar.gz) = c378b7246d9166fbda6c53b6e8923acc4f7373a73c13113d47f0f3aac2834448
+SIZE (Crypt-LE-0.17.tar.gz) = 36525
diff --git a/security/p5-Crypt-LE/pkg-descr b/security/p5-Crypt-LE/pkg-descr
new file mode 100644
index 000000000000..fcf629d2597b
--- /dev/null
+++ b/security/p5-Crypt-LE/pkg-descr
@@ -0,0 +1,10 @@
+Crypt::LE provides the functionality necessary to use Let's Encrypt
+API and generate free SSL certificates for your domains. It can
+also be used to generate RSA keys and Certificate Signing Requests
+or to revoke previously issued certificates. Crypt::LE is shipped
+with a self-sufficient client for obtaining SSL certificates -
+le.pl.
+
+The client supports 'http' and 'dns' domain verification out of the box.
+
+WWW: http://search.cpan.org/dist/Crypt-LE/
diff --git a/security/p5-Crypt-LE/pkg-plist b/security/p5-Crypt-LE/pkg-plist
new file mode 100644
index 000000000000..0c19decb8bb5
--- /dev/null
+++ b/security/p5-Crypt-LE/pkg-plist
@@ -0,0 +1,7 @@
+bin/le.pl
+%%SITE_PERL%%/Crypt/LE.pm
+%%SITE_PERL%%/Crypt/LE/Challenge/Simple.pm
+%%SITE_PERL%%/Crypt/LE/Complete/Simple.pm
+%%PERL5_MAN3%%/Crypt::LE.3.gz
+%%PERL5_MAN3%%/Crypt::LE::Challenge::Simple.3.gz
+%%PERL5_MAN3%%/Crypt::LE::Complete::Simple.3.gz