freebsd-ports/devel/p5-Test-Parser/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
477 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Test-Parser
PORTVERSION= 1.9
PORTREVISION= 8
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parsing log files from test runs, and displays in an XML syntax
RUN_DEPENDS= p5-Chart-Graph>=0:graphics/p5-Chart-Graph \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
p5-XML-Twig>=0:textproc/p5-XML-Twig
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>