diff options
author | swills <swills@FreeBSD.org> | 2012-03-08 00:39:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-08 00:39:05 +0800 |
commit | 24982974600ccbe71f4fd1dabf37ea87e6ce25b1 (patch) | |
tree | b6b439fe3307001baf4014b785b73fdb29428012 /net | |
parent | 29c40792a3c39d2cc8a6eb860ee4b8cb3840fdcd (diff) | |
download | freebsd-ports-gnome-24982974600ccbe71f4fd1dabf37ea87e6ce25b1.tar.gz freebsd-ports-gnome-24982974600ccbe71f4fd1dabf37ea87e6ce25b1.tar.zst freebsd-ports-gnome-24982974600ccbe71f4fd1dabf37ea87e6ce25b1.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Mosso-CloudFiles/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-Mosso-CloudFiles/Makefile b/net/p5-Net-Mosso-CloudFiles/Makefile index d8bc3aa110aa..00ead87215f7 100644 --- a/net/p5-Net-Mosso-CloudFiles/Makefile +++ b/net/p5-Net-Mosso-CloudFiles/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS= p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |