svn commit: r328801 - head/devel/p5-MooseX-MultiInitArg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 15:02:50 UTC 2013


Author: sunpoet
Date: Mon Sep 30 15:02:49 2013
New Revision: 328801
URL: http://svnweb.freebsd.org/changeset/ports/328801

Log:
  - Use USE_PERL5=modbuildtiny
  
  With hat:	perl

Modified:
  head/devel/p5-MooseX-MultiInitArg/Makefile

Modified: head/devel/p5-MooseX-MultiInitArg/Makefile
==============================================================================
--- head/devel/p5-MooseX-MultiInitArg/Makefile	Mon Sep 30 14:48:38 2013	(r328800)
+++ head/devel/p5-MooseX-MultiInitArg/Makefile	Mon Sep 30 15:02:49 2013	(r328801)
@@ -14,15 +14,14 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
-BUILD_DEPENDS:=	${RUN_DEPENDS} \
-		p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 
+NO_STAGE=	yes
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 
 MAN3=		MooseX::MultiInitArg.3 \
 		MooseX::MultiInitArg::Trait.3 \
 		MooseX::MultiInitArg::Attribute.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list