summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:20 +0000
commit041eb0a4d0fdb5caa658380cfc87ae30b7aa15e9 (patch)
tree3cb22c80d88883cb38a656473d4914c797ea2ae3
parentUse BROKEN_SSL (diff)
Use BROKEN_SSL
- Remove MASTER_SITE_SUBDIR
Notes
Notes: svn path=/head/; revision=438643
-rw-r--r--security/p5-POE-Filter-SSL/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile
index e07871bc1cf7..4884cf8b7de4 100644
--- a/security/p5-POE-Filter-SSL/Makefile
+++ b/security/p5-POE-Filter-SSL/Makefile
@@ -5,7 +5,6 @@ PORTNAME= POE-Filter-SSL
PORTVERSION= 0.30
CATEGORIES= security perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:PRIVI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -19,6 +18,8 @@ BUILD_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BROKEN_SSL= openssl-devel
+
PORTSCOUT= skipv:0.291
MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
@@ -28,10 +29,4 @@ USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/POE/Filter/SSL/SSL.so
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>