2006-09-26 10:59:45 +02:00
|
|
|
# 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
|
2010-07-12 14:50:28 +02:00
|
|
|
PORTVERSION= 1.16
|
2006-09-26 10:59:45 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2007-08-16 03:29:36 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-26 10:59:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-08-15 08:53:16 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2006-09-26 10:59:45 +02:00
|
|
|
COMMENT= Compilation based XML processing
|
|
|
|
|
2010-01-25 23:42:58 +01:00
|
|
|
RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \
|
2009-11-16 09:03:48 +01:00
|
|
|
p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
|
2006-09-26 10:59:45 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-09-26 10:59:45 +02:00
|
|
|
|
2008-04-11 09:39:14 +02:00
|
|
|
MAN1= xml2yaml.1 schema2example.1
|
2007-10-11 11:32:36 +02:00
|
|
|
MAN3= XML::Compile.3 \
|
2009-01-27 05:30:19 +01:00
|
|
|
XML::Compile::FAQ.3 \
|
2007-08-15 08:53:16 +02:00
|
|
|
XML::Compile::Iterator.3 XML::Compile::Util.3 \
|
2008-07-28 12:50:38 +02:00
|
|
|
XML::Compile::Schema.3 \
|
2006-09-26 10:59:45 +02:00
|
|
|
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 \
|
2008-07-28 12:50:38 +02:00
|
|
|
XML::Compile::Translate.3 \
|
|
|
|
XML::Compile::Translate::Reader.3 \
|
|
|
|
XML::Compile::Translate::Template.3 \
|
|
|
|
XML::Compile::Translate::Writer.3
|
2006-09-26 10:59:45 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|