aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-03-06 10:00:50 +0800
committerswills <swills@FreeBSD.org>2012-03-06 10:00:50 +0800
commit4e6eb5b7ba25d1f9e88298a06e95d6144f5d5d14 (patch)
tree45f5d98e597fe284a05d2e77cc9a181bedd9f991
parent054cb5b04e45e1b0bae2bce2793f25ff0202fe67 (diff)
downloadfreebsd-ports-gnome-4e6eb5b7ba25d1f9e88298a06e95d6144f5d5d14.tar.gz
freebsd-ports-gnome-4e6eb5b7ba25d1f9e88298a06e95d6144f5d5d14.tar.zst
freebsd-ports-gnome-4e6eb5b7ba25d1f9e88298a06e95d6144f5d5d14.zip
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
-rw-r--r--devel/p5-Tree-Simple/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile
index f483c20366f3..bce8bdf6c3c7 100644
--- a/devel/p5-Tree-Simple/Makefile
+++ b/devel/p5-Tree-Simple/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A simple tree object
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+
PERL_CONFIGURE= yes
MAN3= Tree::Simple.3 Tree::Simple::Visitor.3