23 lines
455 B
Makefile
23 lines
455 B
Makefile
COMMENT = format TAP::Harness output as JUnit XML
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = TAP-Formatter-JUnit-0.16
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CPAN_AUTHOR = GTERMARS
|
|
|
|
RUN_DEPENDS = devel/p5-File-Slurp \
|
|
devel/p5-Moose \
|
|
devel/p5-MooseX-NonMoose \
|
|
devel/p5-namespace-clean \
|
|
textproc/p5-XML-Generator
|
|
TEST_DEPENDS = devel/p5-File-Slurp \
|
|
devel/p5-IO-stringy \
|
|
devel/p5-IPC-Run \
|
|
devel/p5-Test-XML
|
|
|
|
.include <bsd.port.mk>
|