svn commit: r423777 - head/security/p5-Crypt-LE
Kurt Jaeger
pi at FreeBSD.org
Tue Oct 11 16:06:54 UTC 2016
Author: pi
Date: Tue Oct 11 16:06:52 2016
New Revision: 423777
URL: https://svnweb.freebsd.org/changeset/ports/423777
Log:
security/p5-Crypt-LE: add missing dependencies
Submitted by: des
Modified:
head/security/p5-Crypt-LE/Makefile
Modified: head/security/p5-Crypt-LE/Makefile
==============================================================================
--- head/security/p5-Crypt-LE/Makefile Tue Oct 11 16:05:42 2016 (r423776)
+++ head/security/p5-Crypt-LE/Makefile Tue Oct 11 16:06:52 2016 (r423777)
@@ -2,6 +2,7 @@
PORTNAME= Crypt-LE
PORTVERSION= 0.18
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +12,11 @@ COMMENT= Let's Encrypt API interfacing m
LICENSE= ART20
-RUN_DEPENDS= p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10
+RUN_DEPENDS= p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \
+ p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \
+ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
+ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
+ p5-Crypt-Format>=0:security/p5-Crypt-Format
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list