svn commit: r379282 - head/www/p5-WWW-Scraper-ISBN
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 18 16:23:51 UTC 2015
Author: sunpoet
Date: Wed Feb 18 16:23:50 2015
New Revision: 379282
URL: https://svnweb.freebsd.org/changeset/ports/379282
QAT: https://qat.redports.org/buildarchive/r379282/
Log:
- Fix *_DEPENDS
Modified:
head/www/p5-WWW-Scraper-ISBN/Makefile
Modified: head/www/p5-WWW-Scraper-ISBN/Makefile
==============================================================================
--- head/www/p5-WWW-Scraper-ISBN/Makefile Wed Feb 18 16:23:45 2015 (r379281)
+++ head/www/p5-WWW-Scraper-ISBN/Makefile Wed Feb 18 16:23:50 2015 (r379282)
@@ -17,4 +17,11 @@ CONFLICTS_INSTALL= p5-WWW-Scraper-ISBN-D
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502000
+BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list