aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-acme-client
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-01 22:30:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-01 22:30:24 +0000
commite352d70df680bfa074626b11f0d34d7bf745e827 (patch)
tree8d63a7e295df7368241fadefae23dbfa32db2ae8 /security/rubygem-acme-client
parent6375a07ca84fdf4b9fadbf2ac75054e8e57a699e (diff)
downloadports-e352d70df680bfa074626b11f0d34d7bf745e827.tar.gz
ports-e352d70df680bfa074626b11f0d34d7bf745e827.zip
Add rubygem-acme-client 2.0.3
acme-client is a client implementation of the ACMEv2 protocol in Ruby. WWW: https://github.com/unixcharles/acme-client
Notes
Notes: svn path=/head/; revision=503262
Diffstat (limited to 'security/rubygem-acme-client')
-rw-r--r--security/rubygem-acme-client/Makefile24
-rw-r--r--security/rubygem-acme-client/distinfo3
-rw-r--r--security/rubygem-acme-client/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/security/rubygem-acme-client/Makefile b/security/rubygem-acme-client/Makefile
new file mode 100644
index 000000000000..acb01e663258
--- /dev/null
+++ b/security/rubygem-acme-client/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= acme-client
+PORTVERSION= 2.0.3
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Client for the ACME protocol
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-faraday>=0.9.1:www/rubygem-faraday
+
+USES= gem shebangfix
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+SHEBANG_FILES= bin/setup
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-acme-client/distinfo b/security/rubygem-acme-client/distinfo
new file mode 100644
index 000000000000..39945cac170a
--- /dev/null
+++ b/security/rubygem-acme-client/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1559381103
+SHA256 (rubygem/acme-client-2.0.3.gem) = 5b900281fcf407bc0deb6dc6f036c6eabb5b83ca6989c3e06691e0e6fbded1c0
+SIZE (rubygem/acme-client-2.0.3.gem) = 19968
diff --git a/security/rubygem-acme-client/pkg-descr b/security/rubygem-acme-client/pkg-descr
new file mode 100644
index 000000000000..a9ba5b34c6ce
--- /dev/null
+++ b/security/rubygem-acme-client/pkg-descr
@@ -0,0 +1,3 @@
+acme-client is a client implementation of the ACMEv2 protocol in Ruby.
+
+WWW: https://github.com/unixcharles/acme-client