svn commit: r361919 - head/www/p5-HTML-SimpleLinkExtor
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jul 15 13:23:17 UTC 2014
Author: vanilla
Date: Tue Jul 15 13:23:16 2014
New Revision: 361919
URL: http://svnweb.freebsd.org/changeset/ports/361919
QAT: https://qat.redports.org/buildarchive/r361919/
Log:
Add BUILD_DEPENDS to p5-ExtUtil-MakeMaker when perl < 5.18.
Modified:
head/www/p5-HTML-SimpleLinkExtor/Makefile
Modified: head/www/p5-HTML-SimpleLinkExtor/Makefile
==============================================================================
--- head/www/p5-HTML-SimpleLinkExtor/Makefile Tue Jul 15 13:20:56 2014 (r361918)
+++ head/www/p5-HTML-SimpleLinkExtor/Makefile Tue Jul 15 13:23:16 2014 (r361919)
@@ -22,4 +22,10 @@ TEST_DEPENDS= p5-Test-Output>=0:${PORTSD
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501800
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list