diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-26 02:43:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-26 02:43:48 +0800 |
commit | 04e9f3b207d76e420ff231eea928b876d47a437a (patch) | |
tree | e67b7290bbc9196ae2c9a3cd5b1b5ed569390bcd | |
parent | af2b6e2c44863260cfea31b375a20cbe0c157218 (diff) | |
download | freebsd-ports-gnome-04e9f3b207d76e420ff231eea928b876d47a437a.tar.gz freebsd-ports-gnome-04e9f3b207d76e420ff231eea928b876d47a437a.tar.zst freebsd-ports-gnome-04e9f3b207d76e420ff231eea928b876d47a437a.zip |
Test::Exception and Test-use-ok are TEST depends, not BUILD/RUN.
-rw-r--r-- | devel/p5-JSON-RPC-Common/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-JSON-RPC-Common/Makefile b/devel/p5-JSON-RPC-Common/Makefile index fd1b8b830943..bf550f1946b6 100644 --- a/devel/p5-JSON-RPC-Common/Makefile +++ b/devel/p5-JSON-RPC-Common/Makefile @@ -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 |