aboutsummaryrefslogtreecommitdiff
path: root/security/p5-POE-Filter-SSL
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-POE-Filter-SSL
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-POE-Filter-SSL')
-rw-r--r--security/p5-POE-Filter-SSL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile
index daddba47eef5..36ea33b26092 100644
--- a/security/p5-POE-Filter-SSL/Makefile
+++ b/security/p5-POE-Filter-SSL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= POE-Filter-SSL
PORTVERSION= 0.28
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PRIVI
@@ -23,5 +23,7 @@ TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
+USE_OPENSSL= yes
+MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.mk>