svn commit: r372056 - head/security/p5-Filter-Crypto
Frederic Culot
culot at FreeBSD.org
Sun Nov 2 08:28:28 UTC 2014
Author: culot
Date: Sun Nov 2 08:28:27 2014
New Revision: 372056
URL: https://svnweb.freebsd.org/changeset/ports/372056
QAT: https://qat.redports.org/buildarchive/r372056/
Log:
- Fix build for Perl < 5.18
Reported by: antoine@
Pointy hat: culot@
Modified:
head/security/p5-Filter-Crypto/Makefile
Modified: head/security/p5-Filter-Crypto/Makefile
==============================================================================
--- head/security/p5-Filter-Crypto/Makefile Sun Nov 2 08:23:37 2014 (r372055)
+++ head/security/p5-Filter-Crypto/Makefile Sun Nov 2 08:28:27 2014 (r372056)
@@ -21,4 +21,10 @@ USE_PERL5= configure
USE_OPENSSL= yes
CONFIGURE_ARGS= --prefix-dir=${OPENSSLBASE} --defaults
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501800
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.66:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list