diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-12 21:58:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-12 21:58:47 +0000 |
commit | 121c9e3823ed62475ef7044536f9a8119bff9def (patch) | |
tree | c6ff48b2e406bd4c567ad8994a768aa0760204b4 | |
parent | Update to version 561.1.1 (diff) |
Respect WITH_OPENSSL_PORT=yes
Notes
Notes:
svn path=/head/; revision=374606
-rw-r--r-- | security/p5-Crypt-OpenSSL-AES/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/Makefile | 4 | ||||
-rw-r--r-- | security/p5-OpenCA-OpenSSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-POE-Filter-SSL/Makefile | 4 |
5 files changed, 15 insertions, 5 deletions
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 <bsd.port.mk> 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 <bsd.port.mk> 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> |