Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 15:30:44 +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: r328816 - head/devel/p5-MooseX-Types-Path-Tiny
Message-ID:  <201309301530.r8UFUiOJ048329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301530.r8UFUiOJ048329>