aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-CA
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-29 12:20:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-29 12:20:57 +0000
commitc877698171bd7023f9b6594f12a4fa8260912092 (patch)
tree5715fd3bbf4f5a080eaa7be2a5dddb7c91dc0fbc /security/p5-Crypt-OpenSSL-CA
parenta27a30cecd075e6c279a88f401ce991e85f0bd62 (diff)
downloadports-c877698171bd7023f9b6594f12a4fa8260912092.tar.gz
ports-c877698171bd7023f9b6594f12a4fa8260912092.zip
Record its need for OpenSSL, and do a first step into making it build
with openssl from ports. (It still does not.) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=422915
Diffstat (limited to 'security/p5-Crypt-OpenSSL-CA')
-rw-r--r--security/p5-Crypt-OpenSSL-CA/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile
index 2aba6afa87aa..f9a0717bd564 100644
--- a/security/p5-Crypt-OpenSSL-CA/Makefile
+++ b/security/p5-Crypt-OpenSSL-CA/Makefile
@@ -26,7 +26,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Group>=0:devel/p5-Test-Group \
p5-Test-Taint>=0:devel/p5-Test-Taint
-USES= perl5
+USES= perl5 ssl
USE_PERL5= modbuild
+CONFIGURE_ARGS= --openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
.include <bsd.port.mk>