diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-07 02:54:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-07 02:54:13 +0800 |
commit | 520c0cc39565b52f451b54b041e9483ff538a2df (patch) | |
tree | b24e2cca096bc2581323275945989ce043252a7d /math/p5-Parse-Range | |
parent | 94fc628fdcce3e29c8ee201e5480cdf226fd8b8e (diff) | |
download | freebsd-ports-gnome-520c0cc39565b52f451b54b041e9483ff538a2df.tar.gz freebsd-ports-gnome-520c0cc39565b52f451b54b041e9483ff538a2df.tar.zst freebsd-ports-gnome-520c0cc39565b52f451b54b041e9483ff538a2df.zip |
- Use USE_PERL5=modbuild
With hat: perl
Diffstat (limited to 'math/p5-Parse-Range')
-rw-r--r-- | math/p5-Parse-Range/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/p5-Parse-Range/Makefile b/math/p5-Parse-Range/Makefile index 028c655f6dc2..ed8532914b13 100644 --- a/math/p5-Parse-Range/Makefile +++ b/math/p5-Parse-Range/Makefile @@ -14,14 +14,11 @@ COMMENT= Parses range definitions and returns an array 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 |