svn commit: r364845 - head/www/p5-Dancer-Plugin-REST

Ryan Steinmetz zi at FreeBSD.org
Thu Aug 14 12:46:03 UTC 2014


Author: zi
Date: Thu Aug 14 12:46:02 2014
New Revision: 364845
URL: http://svnweb.freebsd.org/changeset/ports/364845
QAT: https://qat.redports.org/buildarchive/r364845/

Log:
  - Remove redundant run/build from USES_PERL5

Modified:
  head/www/p5-Dancer-Plugin-REST/Makefile

Modified: head/www/p5-Dancer-Plugin-REST/Makefile
==============================================================================
--- head/www/p5-Dancer-Plugin-REST/Makefile	Thu Aug 14 12:22:00 2014	(r364844)
+++ head/www/p5-Dancer-Plugin-REST/Makefile	Thu Aug 14 12:46:02 2014	(r364845)
@@ -15,6 +15,6 @@ RUN_DEPENDS=	p5-Dancer>0:${PORTSDIR}/www
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	modbuild run build
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list