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 @@ -1,37 +1,32 @@ # Created by: mat # $FreeBSD$ PORTNAME= POE-Filter-SSL PORTVERSION= 0.30 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:PRIVI PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Esiest and flexiblest way to SSL in POEIntegrate SSL into POE LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ p5-POE>=0:devel/p5-POE \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_SSL= openssl-devel + PORTSCOUT= skipv:0.291 MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} USES= perl5 ssl USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/POE/Filter/SSL/SSL.so -.include - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include