1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/textproc/p5-XML-Compile-Dumper/Makefile
Mathieu Arnold e34b3763c7 - Convert to staging
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 18:10:39 +00:00

29 lines
792 B
Makefile

# Created by: Patrick Powell <papowell@astart.com>
# $FreeBSD$
PORTNAME= XML-Compile-Dumper
PORTVERSION= 0.13
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= papowell@astart.com
COMMENT= Dump Compiled XML Translators
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Data-Dump-Streamer>=2.08:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester \
p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>