mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix *_DEPENDS: p5-Crypt-OpenSSL-RSA is a build dependency
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
26a201f59d
commit
9d909aa766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475571
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Crypt-OpenSSL-RSA
|
||||
PORTVERSION= 0.30
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,10 +15,10 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
|
||||
p5-Crypt-OpenSSL-Guess>=0.11:security/p5-Crypt-OpenSSL-Guess \
|
||||
BUILD_DEPENDS= p5-Crypt-OpenSSL-Guess>=0.11:security/p5-Crypt-OpenSSL-Guess \
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
|
||||
p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 ssl
|
||||
USE_PERL5= configure
|
||||
|
Loading…
Reference in New Issue
Block a user