freebsd-ports/devel/p5-TAP-Formatter-JUnit/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

34 lines
975 B
Makefile

# New ports collection makefile for: TAP::Formatter::JUnit
# Date created: 10 Apr 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $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
PERL_MODBUILD= yes
MAN1= tap2junit.1
MAN3= TAP::Formatter::JUnit.3 \
TAP::Formatter::JUnit::Result.3 \
TAP::Formatter::JUnit::Session.3
.include <bsd.port.mk>