aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2017-04-25 19:58:58 +0800
committerdes <des@FreeBSD.org>2017-04-25 19:58:58 +0800
commit359330fe362e95489bf4ec96bdebdb9fc23e6a06 (patch)
treedd216a77de3446cbc6c234cec26e7315d20d3434 /security
parentcebebdd84ba2ba4b90c2ce002a1ad0330c84081b (diff)
downloadfreebsd-ports-gnome-359330fe362e95489bf4ec96bdebdb9fc23e6a06.tar.gz
freebsd-ports-gnome-359330fe362e95489bf4ec96bdebdb9fc23e6a06.tar.zst
freebsd-ports-gnome-359330fe362e95489bf4ec96bdebdb9fc23e6a06.zip
Fix dependencies and take maintainership.
Approved by: pi@
Diffstat (limited to 'security')
-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 \