Add following line for make test
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
This commit is contained in:
parent
82260662ba
commit
383417079d
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2015/09/04 12:52:49 mef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Test-Memory-Cycle-1.04
|
||||
|
@ -12,6 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Memory-Cycle/
|
|||
COMMENT= Check for memory leaks and circular memory references
|
||||
|
||||
DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
|
||||
# for make test
|
||||
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/Memory/Cycle/.packlist
|
||||
|
|
Loading…
Reference in a new issue