aboutsummaryrefslogtreecommitdiff
path: root/security/p5-OpenCA-OpenSSL
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-12 21:58:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-12 21:58:47 +0000
commit121c9e3823ed62475ef7044536f9a8119bff9def (patch)
treec6ff48b2e406bd4c567ad8994a768aa0760204b4 /security/p5-OpenCA-OpenSSL
parent9df99b83b0755416baf507851dadc397d2f0a848 (diff)
downloadports-121c9e3823ed62475ef7044536f9a8119bff9def.tar.gz
ports-121c9e3823ed62475ef7044536f9a8119bff9def.zip
Respect WITH_OPENSSL_PORT=yes
Notes
Notes: svn path=/head/; revision=374606
Diffstat (limited to 'security/p5-OpenCA-OpenSSL')
-rw-r--r--security/p5-OpenCA-OpenSSL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile
index 900b60388c09..021f92dc3ea9 100644
--- a/security/p5-OpenCA-OpenSSL/Makefile
+++ b/security/p5-OpenCA-OpenSSL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= OpenCA-OpenSSL
PORTVERSION= 2.0.29
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MADWOLF
@@ -19,5 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+USE_OPENSSL= yes
+MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.mk>