diff options
author | swills <swills@FreeBSD.org> | 2012-02-14 02:10:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-14 02:10:08 +0800 |
commit | 3d29b8a665ca5975ee508cc5b005ef1d6f79bc89 (patch) | |
tree | d1620e5cf570176438411190f7ca162259c89c99 /devel | |
parent | 106bc6f48cd124eecbe1b56bab373ff841056480 (diff) | |
download | freebsd-ports-gnome-3d29b8a665ca5975ee508cc5b005ef1d6f79bc89.tar.gz freebsd-ports-gnome-3d29b8a665ca5975ee508cc5b005ef1d6f79bc89.tar.zst freebsd-ports-gnome-3d29b8a665ca5975ee508cc5b005ef1d6f79bc89.zip |
- Add TEST_DEPENDS
Approved by: maintainer (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Visitor-Encode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Data-Visitor-Encode/Makefile b/devel/p5-Data-Visitor-Encode/Makefile index c9b20fa94c89..8998818f1d8f 100644 --- a/devel/p5-Data-Visitor-Encode/Makefile +++ b/devel/p5-Data-Visitor-Encode/Makefile @@ -17,6 +17,7 @@ COMMENT= Perl extension to encode/decode values in a structure RUN_DEPENDS= \ p5-Data-Visitor>=0.18:${PORTSDIR}/devel/p5-Data-Visitor BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |