diff options
author | pi <pi@FreeBSD.org> | 2016-10-12 00:06:52 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-10-12 00:06:52 +0800 |
commit | 9808b7e3109d09c444db2a01a3bd9a8084e829f6 (patch) | |
tree | 3bc98e582e88e8a7d597d12da2b6dd027117d365 /security | |
parent | e9e6d7878fd0d12ef4e2c1d503ce932f5a2e580c (diff) | |
download | freebsd-ports-gnome-9808b7e3109d09c444db2a01a3bd9a8084e829f6.tar.gz freebsd-ports-gnome-9808b7e3109d09c444db2a01a3bd9a8084e829f6.tar.zst freebsd-ports-gnome-9808b7e3109d09c444db2a01a3bd9a8084e829f6.zip |
security/p5-Crypt-LE: add missing dependencies
Submitted by: des
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-LE/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/p5-Crypt-LE/Makefile b/security/p5-Crypt-LE/Makefile index 8dc4dffe3c03..cb821bcd8098 100644 --- a/security/p5-Crypt-LE/Makefile +++ b/security/p5-Crypt-LE/Makefile @@ -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 module 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 |