diff options
author | swills <swills@FreeBSD.org> | 2012-01-08 16:19:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-08 16:19:42 +0800 |
commit | be6746b858c4002b8327fdf6d8634435472f903a (patch) | |
tree | 62bb35a3b2468197892270f4f2073294d3c29891 /textproc/p5-Text-Diff3 | |
parent | 569e0995dee80953cb7abc0e78590390b222f131 (diff) | |
download | freebsd-ports-gnome-be6746b858c4002b8327fdf6d8634435472f903a.tar.gz freebsd-ports-gnome-be6746b858c4002b8327fdf6d8634435472f903a.tar.zst freebsd-ports-gnome-be6746b858c4002b8327fdf6d8634435472f903a.zip |
- Add TEST_DEPENDS to enable testing
Diffstat (limited to 'textproc/p5-Text-Diff3')
-rw-r--r-- | textproc/p5-Text-Diff3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Text-Diff3/Makefile b/textproc/p5-Text-Diff3/Makefile index e4699452f37d..dd8f3365905b 100644 --- a/textproc/p5-Text-Diff3/Makefile +++ b/textproc/p5-Text-Diff3/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compute three-way differences between texts +TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base + MAN3= Text::Diff3.3 \ Text::Diff3::Base.3 \ Text::Diff3::Diff3.3 \ |