diff options
author | pi <pi@FreeBSD.org> | 2017-03-27 00:03:20 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-03-27 00:03:20 +0800 |
commit | e343a3406d93c59daa1458d32cc57f261c9fcca6 (patch) | |
tree | 4e7269a891556e6b902e00356a69c78219d10b4c /security | |
parent | 73f3ac6ef7b2d588ba9933f51a23052c499d6343 (diff) | |
download | freebsd-ports-gnome-e343a3406d93c59daa1458d32cc57f261c9fcca6.tar.gz freebsd-ports-gnome-e343a3406d93c59daa1458d32cc57f261c9fcca6.tar.zst freebsd-ports-gnome-e343a3406d93c59daa1458d32cc57f261c9fcca6.zip |
security/p5-Crypt-LE: add some depends and sort RUN_DEPENDS
Submitted by: des
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-LE/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-Crypt-LE/Makefile b/security/p5-Crypt-LE/Makefile index 52ed34b74e8c..288d90c53acf 100644 --- a/security/p5-Crypt-LE/Makefile +++ b/security/p5-Crypt-LE/Makefile @@ -2,6 +2,7 @@ PORTNAME= Crypt-LE PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +12,13 @@ COMMENT= Let's Encrypt API interfacing module LICENSE= ART20 -RUN_DEPENDS= p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \ +RUN_DEPENDS= p5-Crypt-Format>=0:security/p5-Crypt-Format \ p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \ - p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ - p5-Crypt-Format>=0:security/p5-Crypt-Format + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay USES= perl5 USE_PERL5= configure |