Date: Sun, 6 Oct 2013 18:54:13 +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: r329624 - head/math/p5-Parse-Range Message-ID: <201310061854.r96IsDEo035089@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061854.r96IsDEo035089>