security/p5-Crypt-LE: add some depends and sort RUN_DEPENDS
Submitted by: des
This commit is contained in:
parent
5ba5490a6c
commit
7da315e7b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436973
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue