freebsd-ports/textproc/p5-XML-Compile/Makefile
Cheng-Lung Sung 801d1451e9 - Update to 0.09
- from ChangeLog
  - Removed dependency for Regex::Common, added Math::BigInt
  - Upgraded to XML::LibXML 1.60, which changed from Attribute handling.

PR:		ports/103846
Submitted by:	clsung
Approved by:	maintainer (Jin-Shan Tseng)
2006-10-01 03:16:49 +00:00

35 lines
963 B
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= 0.09
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Compilation based XML processing
RUN_DEPENDS= p5-XML-LibXML>=1.60:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Compile.3 XML::Compile::Schema.3 \
XML::Compile::Schema::BuiltInFacets.3 \
XML::Compile::Schema::BuiltInStructs.3 \
XML::Compile::Schema::BuiltInTypes.3 \
XML::Compile::Schema::Instance.3 \
XML::Compile::Schema::NameSpaces.3 \
XML::Compile::Schema::Specs.3 \
XML::Compile::Schema::Translate.3 \
XML::Compile::Schema::XmlReader.3 \
XML::Compile::Schema::XmlWriter.3
.include <bsd.port.mk>