diff --git a/security/p5-Crypt-OpenSSL-AES/Makefile b/security/p5-Crypt-OpenSSL-AES/Makefile index c921d7dc5ed9..67c6f7942ba3 100644 --- a/security/p5-Crypt-OpenSSL-AES/Makefile +++ b/security/p5-Crypt-OpenSSL-AES/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-OpenSSL-AES PORTVERSION= 0.02 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,5 +13,7 @@ COMMENT= Perl wrapper around OpenSSL's AES library USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .include diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index f740d5e08b42..3faaecd2510d 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-OpenSSL-DSA PORTVERSION= 0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,8 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} post-patch: @${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile index 22a87f2d2b67..982af7ebbe5f 100644 --- a/security/p5-Crypt-OpenSSL-X509/Makefile +++ b/security/p5-Crypt-OpenSSL-X509/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-OpenSSL-X509 PORTVERSION= 1.8.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,8 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} post-patch: @${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile index 900b60388c09..021f92dc3ea9 100644 --- a/security/p5-OpenCA-OpenSSL/Makefile +++ b/security/p5-OpenCA-OpenSSL/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenCA-OpenSSL PORTVERSION= 2.0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MADWOLF @@ -19,5 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .include 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