diff options
author | swills <swills@FreeBSD.org> | 2012-03-02 03:13:37 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-02 03:13:37 +0800 |
commit | 9febc685d4200270bcc75edb554ff0f862c9cdc8 (patch) | |
tree | e4dd1e1af53748e799d20edd16ab55574458656f /net/p5-Net-OAuth | |
parent | ea71169e52e9006db8e5fec7b1c4bde82881eb89 (diff) | |
download | freebsd-ports-gnome-9febc685d4200270bcc75edb554ff0f862c9cdc8.tar.gz freebsd-ports-gnome-9febc685d4200270bcc75edb554ff0f862c9cdc8.tar.zst freebsd-ports-gnome-9febc685d4200270bcc75edb554ff0f862c9cdc8.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Diffstat (limited to 'net/p5-Net-OAuth')
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index fb0c92b8c51e..d67f12c2383d 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ p5-URI>=1.35:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn PERL_MODBUILD= yes |