diff options
author | swills <swills@FreeBSD.org> | 2012-03-01 11:06:31 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-01 11:06:31 +0800 |
commit | 8c0a4ad83e1a9240482a851a829a0756ac1cb536 (patch) | |
tree | 180e309aa1126120894070052a7c22f5710f0b8b /games | |
parent | cce721a5d271b48d509d403bfc47549653accf9e (diff) | |
download | freebsd-ports-gnome-8c0a4ad83e1a9240482a851a829a0756ac1cb536.tar.gz freebsd-ports-gnome-8c0a4ad83e1a9240482a851a829a0756ac1cb536.tar.zst freebsd-ports-gnome-8c0a4ad83e1a9240482a851a829a0756ac1cb536.zip |
- Add TEST_DEPENDS to enable testing
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Algorithm-Pair-Swiss/Makefile | 2 | ||||
-rw-r--r-- | games/p5-Games-Alak/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/games/p5-Algorithm-Pair-Swiss/Makefile b/games/p5-Algorithm-Pair-Swiss/Makefile index 35387fdef5b9..bd8401256653 100644 --- a/games/p5-Algorithm-Pair-Swiss/Makefile +++ b/games/p5-Algorithm-Pair-Swiss/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Generate unique pairings for tournaments +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + MAN3= Algorithm::Pair::Swiss.3 PERL_MODBUILD= yes diff --git a/games/p5-Games-Alak/Makefile b/games/p5-Games-Alak/Makefile index 9a91aabb09dc..50371d615bfb 100644 --- a/games/p5-Games-Alak/Makefile +++ b/games/p5-Games-Alak/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple game-tree implementation of a gomoku-like game +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + PERL_CONFIGURE= yes MAN3= Games::Alak.3 |