Date: Wed, 18 Feb 2015 16:23:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379282 - head/www/p5-WWW-Scraper-ISBN Message-ID: <201502181623.t1IGNoKw067206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181623.t1IGNoKw067206>