mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
09d62b5b3e
PR: ports/103070 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Approved by: Gea-Suan Lin <gslin at gslin.org> (maintainer)
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# New ports collection makefile for: p5-Test-Parser
|
|
# Date created: 2006-08-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Parser
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Test
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Parsing log files from test runs, and displays in an XML syntax
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Chart/Graph/Gnuplot.pm:${PORTSDIR}/graphics/p5-Chart-Graph \
|
|
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= parse_iozone.1 parse_test.1
|
|
|
|
MAN3= Test::Metadata.3 Test::Parser.3 \
|
|
Test::Parser::Dbench.3 Test::Parser::Dbt2.3 \
|
|
Test::Parser::Iostat.3 Test::Parser::Iozone.3 \
|
|
Test::Parser::KernelBuild.3 Test::Parser::LHCS.3 \
|
|
Test::Parser::LTP.3 Test::Parser::NewPyNfs.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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
RUN_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC}/lib -type f | ${XARGS} ${PERL} -pi -e \
|
|
's/^use (vars|warnings).*$$//g'
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|