summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-RSA/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-28 13:18:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-28 13:18:01 +0000
commit9d909aa766f032048a07db5b7c232716f23b0283 (patch)
treedbce15bc93b4b6678983abe490b4c5154d022fe4 /security/p5-Crypt-OpenSSL-RSA/Makefile
parentAdd LICENSE_FILE (diff)
Fix *_DEPENDS: p5-Crypt-OpenSSL-RSA is a build dependency
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=475571
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/Makefile')
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index 6021a8e0ed3b..aad62addbfbf 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -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