svn commit: r328774 - head/devel/p5-experimental

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 08:28:04 UTC 2013


Author: sunpoet
Date: Mon Sep 30 08:28:04 2013
New Revision: 328774
URL: http://svnweb.freebsd.org/changeset/ports/328774

Log:
  - Use USE_PERL5=modbuildtiny

Modified:
  head/devel/p5-experimental/Makefile

Modified: head/devel/p5-experimental/Makefile
==============================================================================
--- head/devel/p5-experimental/Makefile	Mon Sep 30 08:04:05 2013	(r328773)
+++ head/devel/p5-experimental/Makefile	Mon Sep 30 08:28:04 2013	(r328774)
@@ -14,12 +14,10 @@ COMMENT=	Experimental features made easy
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
-
-USE_PERL5=	modbuild
+NO_STAGE=	yes
+USE_PERL5=	modbuildtiny
 USES=		perl5
 
 MAN3=		experimental.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list