freebsd-ports/devel/p5-TAP-Formatter-JUnit/Makefile
2014-02-06 08:35:27 +00:00

25 lines
731 B
Makefile

# $FreeBSD$
PORTNAME= TAP-Formatter-JUnit
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Harness output delegate for JUnit output
RUN_DEPENDS= \
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-NonMoose>0:${PORTSDIR}/devel/p5-MooseX-NonMoose \
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
p5-XML-Generator>0:${PORTSDIR}/textproc/p5-XML-Generator \
p5-Test-Harness>3.12:${PORTSDIR}/devel/p5-Test-Harness
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>