aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-PKCS10
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-28 18:50:01 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-28 18:50:01 +0000
commitd0701ce56d095b810e99f4bdb99b1cb6fab27162 (patch)
treee5b8789d2d5dc08b65f2bd7dfa43cb7fda6e956b /security/p5-Crypt-OpenSSL-PKCS10
parentf404a69319f05ad5cef9312d3131dc0c295d068e (diff)
downloadports-d0701ce56d095b810e99f4bdb99b1cb6fab27162.tar.gz
ports-d0701ce56d095b810e99f4bdb99b1cb6fab27162.zip
security/p5-Crypt-OpenSSL-PKCS10: add missing DEPEND
- Crypt::OpenSSL::RSA was missing
Notes
Notes: svn path=/head/; revision=417746
Diffstat (limited to 'security/p5-Crypt-OpenSSL-PKCS10')
-rw-r--r--security/p5-Crypt-OpenSSL-PKCS10/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-PKCS10/Makefile b/security/p5-Crypt-OpenSSL-PKCS10/Makefile
index ec26641bc234..0f098aaefb5b 100644
--- a/security/p5-Crypt-OpenSSL-PKCS10/Makefile
+++ b/security/p5-Crypt-OpenSSL-PKCS10/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Crypt-OpenSSL-PKCS10
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,6 +12,9 @@ COMMENT= Perl extension for OpenSSL PKCS10 API
LICENSE= ART10
+BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
USES= perl5 ssl
USE_PERL5= configure
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}