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 /security/p5-Crypt-OpenSSL-X509 | |
parent | 9df99b83b0755416baf507851dadc397d2f0a848 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509')
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |