blob: a7222dca00832a53e4a955d6d5302853a6235aa8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Test-Parser
PORTVERSION= 1.9
PORTREVISION= 9
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>
|