diff options
author | swills <swills@FreeBSD.org> | 2011-12-20 12:49:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-20 12:49:13 +0800 |
commit | 75d78cc6bb8211b3ea621fb52cb6d82df082aa58 (patch) | |
tree | c4a6bb6a8000be47fd181163b0af9f44073b8d55 /dns | |
parent | 04d267bc8793abaccc1e9ffa23d58de78472249d (diff) | |
download | freebsd-ports-gnome-75d78cc6bb8211b3ea621fb52cb6d82df082aa58.tar.gz freebsd-ports-gnome-75d78cc6bb8211b3ea621fb52cb6d82df082aa58.tar.zst freebsd-ports-gnome-75d78cc6bb8211b3ea621fb52cb6d82df082aa58.zip |
- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Lite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile index 488b29a679e4..eea0e9b1a266 100644 --- a/dns/p5-Net-DNS-Lite/Makefile +++ b/dns/p5-Net-DNS-Lite/Makefile @@ -17,7 +17,9 @@ COMMENT= Pure-perl DNS resolver with support for timeout LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes |