1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Use BROKEN_SSL

- Remove MASTER_SITE_SUBDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-16 11:08:20 +00:00
parent 7b661f6282
commit 041eb0a4d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438643

View File

@ -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>