diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 00:24:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 00:24:47 +0800 |
commit | 84dc1905153c40bdc32c53b59652c38f8d161050 (patch) | |
tree | ee6342c9e683e95542bf16ee286657bc69705185 /devel | |
parent | 2a74589b66d2342e4fdd408179b1aa49ff029421 (diff) | |
download | freebsd-ports-gnome-84dc1905153c40bdc32c53b59652c38f8d161050.tar.gz freebsd-ports-gnome-84dc1905153c40bdc32c53b59652c38f8d161050.tar.zst freebsd-ports-gnome-84dc1905153c40bdc32c53b59652c38f8d161050.zip |
- Add build depends to eliminate build warning
- Add test depends to allow testing
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Rx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Data-Rx/Makefile b/devel/p5-Data-Rx/Makefile index 5c1a29e3b9b5..bd5ed9da2744 100644 --- a/devel/p5-Data-Rx/Makefile +++ b/devel/p5-Data-Rx/Makefile @@ -14,9 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of Rx schema system -RUN_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ +BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ p5-Number-Tolerant>=0:${PORTSDIR}/devel/p5-Number-Tolerant +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter PERL_CONFIGURE= yes |