1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/textproc/p5-XML-Compile/Makefile
2011-12-28 14:40:23 +00:00

53 lines
1.4 KiB
Makefile

# New ports collection makefile for: p5-XML-Compile
# Date created: 2006-08-29
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= XML-Compile
PORTVERSION= 1.24
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARKOV
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Compilation based XML processing
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \
p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester \
p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep
PERL_CONFIGURE= yes
MAN1= xml2yaml.1 schema2example.1
MAN3= XML::Compile.3 \
XML::Compile::FAQ.3 \
XML::Compile::Iterator.3 XML::Compile::Util.3 \
XML::Compile::Schema.3 \
XML::Compile::Schema::BuiltInFacets.3 \
XML::Compile::Schema::BuiltInTypes.3 \
XML::Compile::Schema::Instance.3 \
XML::Compile::Schema::NameSpaces.3 \
XML::Compile::Schema::Specs.3 \
XML::Compile::Translate.3 \
XML::Compile::Translate::Reader.3 \
XML::Compile::Translate::Template.3 \
XML::Compile::Translate::Writer.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS+= p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>