1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/textproc/p5-XML-Compile-Dumper/Makefile
Wen Heping 18cef50f03 p5-XML-Compile-Dumper is a perl module to dump compiled
XML translators.

WWW:    http://search.cpan.org/dist/XML-Compile-Dumper/

PR:		ports/152652
Submitted by:	Patrick Powell <papowell@astart.com>
2010-12-09 08:27:57 +00:00

29 lines
763 B
Makefile

# New ports collection makefile for: p5-XML-Compile-Dumper
# Date created: 2010-11-23
# Whom: Patrick Powell <papowell@astart.com>
#
# $FreeBSD$
#
PORTNAME= XML-Compile-Dumper
PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= papowell@astart.com
COMMENT= Dump Compiled XML Translators
RUN_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester \
p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Compile::Dumper.3
.include <bsd.port.mk>