svn commit: r329624 - head/math/p5-Parse-Range

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 6 18:54:13 UTC 2013


Author: sunpoet
Date: Sun Oct  6 18:54:13 2013
New Revision: 329624
URL: http://svnweb.freebsd.org/changeset/ports/329624

Log:
  - Use USE_PERL5=modbuild
  
  With hat:	perl

Modified:
  head/math/p5-Parse-Range/Makefile   (contents, props changed)

Modified: head/math/p5-Parse-Range/Makefile
==============================================================================
--- head/math/p5-Parse-Range/Makefile	Sun Oct  6 18:47:22 2013	(r329623)
+++ head/math/p5-Parse-Range/Makefile	Sun Oct  6 18:54:13 2013	(r329624)
@@ -14,14 +14,11 @@ COMMENT=	Parses range definitions and re
 LICENSE=	ART10 BSD
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Module-Build>=0.4:${PORTSDIR}/devel/p5-Module-Build \
-		p5-ExtUtils-MakeMaker>=6.6:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
-		p5-List-MoreUtils>=0.3:${PORTSDIR}/lang/p5-List-MoreUtils
-
+BUILD_DEPENDS=	p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 MAN3=		Parse::Range.3
 


More information about the svn-ports-all mailing list