- Add TEST_DEPENDS
This commit is contained in:
parent
02300fa5a4
commit
0d2f8ff1e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295534
1 changed files with 3 additions and 2 deletions
|
@ -17,10 +17,11 @@ COMMENT= Role for daemonizing your Moose based application
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0.33:${PORTSDIR}/devel/p5-Moose \
|
||||
BUILD_DEPENDS= p5-Moose>=0.33:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Getopt>=0.07:${PORTSDIR}/devel/p5-MooseX-Getopt \
|
||||
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue