17 lines
255 B
Makefile
17 lines
255 B
Makefile
|
COMMENT = add test failures if warnings are caught
|
||
|
|
||
|
DISTNAME = Test-FailWarnings-0.008
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 1
|
||
|
|
||
|
# Apache v2
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
|
||
|
TEST_DEPENDS = sysutils/p5-Capture-Tiny
|
||
|
|
||
|
.include <bsd.port.mk>
|