blob: 3e488a5d14cf80d317450635f8d4c1d829bf75b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# 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= 0.51
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Compilation based XML processing
RUN_DEPENDS= p5-XML-LibXML>=1.63:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Data-Dump-Streamer>=2.03:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt \
p5-Log-Report>=0.09:${PORTSDIR}/devel/p5-Log-Report
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Compile.3 XML::Compile::SOAP::Operation.3 \
XML::Compile::SOAP.3 XML::Compile::SOAP::SOAP11.3 \
XML::Compile::SOAP::SOAP12.3 \
XML::Compile::Dumper.3 XML::Compile::Schema.3 \
XML::Compile::Iterator.3 XML::Compile::Util.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::Schema::Template.3 \
XML::Compile::Schema::Translate.3 \
XML::Compile::Schema::XmlReader.3 \
XML::Compile::Schema::XmlWriter.3 \
XML::Compile::WSDL.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8 or above. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
|