freebsd-ports/devel/p5-TAP-Harness-JUnit/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
420 B
Makefile

# $FreeBSD$
PORTNAME= TAP-Harness-JUnit
PORTVERSION= 0.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to generate JUnit compatible output from TAP
RUN_DEPENDS= \
p5-XML-Simple>0:textproc/p5-XML-Simple
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Deep>0:devel/p5-Test-Deep
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>