svn commit: r328816 - head/devel/p5-MooseX-Types-Path-Tiny

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


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

Log:
  - Use USE_PERL5=modbuildtiny
  
  With hat:	perl

Modified:
  head/devel/p5-MooseX-Types-Path-Tiny/Makefile   (contents, props changed)

Modified: head/devel/p5-MooseX-Types-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-Path-Tiny/Makefile	Mon Sep 30 15:29:01 2013	(r328815)
+++ head/devel/p5-MooseX-Types-Path-Tiny/Makefile	Mon Sep 30 15:30:44 2013	(r328816)
@@ -14,16 +14,15 @@ RUN_DEPENDS=	\
 	p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types \
 	p5-MooseX-Types-Stringlike>=0:${PORTSDIR}/devel/p5-MooseX-Types-Stringlike \
 	p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny
-BUILD_DEPENDS=	${RUN_DEPENDS} \
-	p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS=	${RUN_DEPENDS}
 TEST_DEPENDS=	\
 	p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd \
 	p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal
 
+NO_STAGE=	yes
 USES=	perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 
 MAN3=	MooseX::Types::Path::Tiny.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list