# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-Test-Parser/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	Test-Parser
PORTVERSION=	1.9
PORTREVISION=	5
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:${PORTSDIR}/graphics/p5-Chart-Graph \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
		p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig

USES=		perl5
USE_PERL5=	configure

MAN1=		parse_iozone.1 parse_test.1

MAN3=		Test::Metadata.3 Test::Parser.3 Test::Parser::Dbench.3 \
		Test::Parser::Dbt2.3 Test::Parser::Dbt5.3 Test::Parser::Mpstat.3 \
		Test::Parser::Iostat.3 Test::Parser::KernelBuild.3 \
		Test::Parser::Oprofile.3 Test::Parser::PgOptions.3 \
		Test::Parser::Readprofile.3 Test::Parser::Sar.3 \
		Test::Parser::SysbenchCPU.3 Test::Parser::SysbenchFileIO.3 \
		Test::Parser::Sysctl.3 Test::Parser::Vmstat.3 \
		Test::Parser::cthon.3 Test::Parser::ffsb.3 \
		Test::Parser::iozone.3 Test::Parser::lhcs_regression.3 \
		Test::Parser::ltp.3 Test::Parser::newpynfs.3

NO_STAGE=	yes
.include <bsd.port.mk>
