aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Compile/Makefile
blob: f11ffb51172bdd94e3bd4ac5eaec6750de1732ff (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
# 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.11
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Compilation based XML processing

RUN_DEPENDS=    p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \
        p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= 5.8.0+

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.mk>