diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/p5-Color-Palette | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'graphics/p5-Color-Palette')
-rw-r--r-- | graphics/p5-Color-Palette/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-Color-Palette/Makefile b/graphics/p5-Color-Palette/Makefile index c66b348c9fed..276c19661436 100644 --- a/graphics/p5-Color-Palette/Makefile +++ b/graphics/p5-Color-Palette/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Handle sets of named colors in Perl -BUILD_DEPENDS= p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Graphics-Color>=0.21:${PORTSDIR}/graphics/p5-Graphics-Color \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= p5-MooseX-Types>=0:devel/p5-MooseX-Types \ + p5-Graphics-Color>=0.21:graphics/p5-Graphics-Color \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Moose>=0:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure |