diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-10-11 16:06:52 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-10-11 16:06:52 +0000 |
commit | 326e9bf742e9423c5168e3dde555f57748c89ddb (patch) | |
tree | 3bc98e582e88e8a7d597d12da2b6dd027117d365 /security/p5-Crypt-LE | |
parent | 0e295303812790e46a345e798655c0832b8a9d28 (diff) | |
download | ports-326e9bf742e9423c5168e3dde555f57748c89ddb.tar.gz ports-326e9bf742e9423c5168e3dde555f57748c89ddb.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-LE')
-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 |