diff options
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 35387fdef5b..bd840125665 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 9a91aabb09d..50371d615bf 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 |