diff options
author | swills <swills@FreeBSD.org> | 2012-01-08 05:49:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-08 05:49:11 +0800 |
commit | 3ad30590e05d091a884b0a09e06fe35bbbd5c79e (patch) | |
tree | 0c59c31fc9a8038696add29dc16246d56eee8a16 | |
parent | 9b16cf39a9ef2333440e54a3411202663bb9e9e0 (diff) | |
download | freebsd-ports-gnome-3ad30590e05d091a884b0a09e06fe35bbbd5c79e.tar.gz freebsd-ports-gnome-3ad30590e05d091a884b0a09e06fe35bbbd5c79e.tar.zst freebsd-ports-gnome-3ad30590e05d091a884b0a09e06fe35bbbd5c79e.zip |
- Add TEST_DEPENDS to enable testing
-rw-r--r-- | textproc/p5-Games-Dissociate/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Games-Dissociate/Makefile b/textproc/p5-Games-Dissociate/Makefile index fbaa8602119d..a2d050730489 100644 --- a/textproc/p5-Games-Dissociate/Makefile +++ b/textproc/p5-Games-Dissociate/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Dissociated Press algorithm and filter +TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + MAN3= Games::Dissociate.3 PERL_CONFIGURE= yes |