Test::Exception and Test-use-ok are TEST depends, not BUILD/RUN.
This commit is contained in:
parent
48c7becae1
commit
6da08d7b1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379940
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= JSON-RPC-Common
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,12 +15,12 @@ BUILD_DEPENDS= p5-libwww>=5:${PORTSDIR}/www/p5-libwww \
|
|||
p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-JSON>=2.11:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||
p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
Loading…
Reference in a new issue