1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Add build depends to quiet build warning

- Add test depend to enable testing
This commit is contained in:
Steve Wills 2011-10-01 03:33:02 +00:00
parent 7c222d1729
commit 10bf440c9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282715

View File

@ -17,10 +17,12 @@ COMMENT= Lets you build groups of accessors
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
p5-Sub-Name>=0.05:${PORTSDIR}/devel/p5-Sub-Name \
p5-Class-XSAccessor>=1.11:${PORTSDIR}/devel/p5-Class-XSAccessor
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes