1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Correct build dependency

- Add test dependency to allow testing
This commit is contained in:
Steve Wills 2011-10-06 16:36:56 +00:00
parent 7a156343e9
commit 30f807fcf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283054

View File

@ -7,6 +7,7 @@
PORTNAME= Devel-PartialDump
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,12 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Partial dumping of data structures, optimized for argument printing
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
PERL_CONFIGURE= yes
MAN3= Devel::PartialDump.3