aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-LE/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-04-25 11:58:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-04-25 11:58:58 +0000
commit67dab3e66ff9cf90ea16b59e3a7ae3e0d5605453 (patch)
treedd216a77de3446cbc6c234cec26e7315d20d3434 /security/p5-Crypt-LE/Makefile
parent8c0401d1535c780d22fa6a3f21ccf40834c1ec08 (diff)
downloadports-67dab3e66ff9cf90ea16b59e3a7ae3e0d5605453.tar.gz
ports-67dab3e66ff9cf90ea16b59e3a7ae3e0d5605453.zip
Fix dependencies and take maintainership.
Approved by: pi@
Notes
Notes: svn path=/head/; revision=439374
Diffstat (limited to 'security/p5-Crypt-LE/Makefile')
-rw-r--r--security/p5-Crypt-LE/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Crypt-LE/Makefile b/security/p5-Crypt-LE/Makefile
index 7d19a82e103b..ffd915df957d 100644
--- a/security/p5-Crypt-LE/Makefile
+++ b/security/p5-Crypt-LE/Makefile
@@ -2,19 +2,19 @@
PORTNAME= Crypt-LE
PORTVERSION= 0.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= pi@FreeBSD.org
+MAINTAINER= des@FreeBSD.org
COMMENT= Let's Encrypt API interfacing module
LICENSE= ART20
-RUN_DEPENDS= p5-Crypt-Format>=0:security/p5-Crypt-Format \
- p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \
- p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \
+RUN_DEPENDS= p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 \
+ p5-Crypt-Format>=0:security/p5-Crypt-Format \
+ p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \