Date: Sun, 2 Nov 2014 08:28:28 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372056 - head/security/p5-Filter-Crypto Message-ID: <201411020828.sA28SSGq068718@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411020828.sA28SSGq068718>