freebsd-ports/textproc/p5-XML-Compile-Cache/Makefile
Lars Thegler 7650c14cb5 - Update to 0.99.5 (distversion 0.995)
Changes:

version 0.995: Sat Aug 10 00:16:59 CEST 2013

	Fixes:
	- ::new(prefixes) did not overrule the prefixes from the schema
	  file.

	Improvements:
	- alias new ::addPrefixes() to ::prefixes() for more consistent
	  naming.
	- new ::Cache::byPrefixTable()

Prompted by:	http://lists.scsys.co.uk/pipermail/xml-compile/2013-September/000941.html
2013-09-22 18:29:45 +00:00

29 lines
775 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML-Compile-Cache
PORTVERSION= 0.99.5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Cache Compiled XML Translators
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
p5-XML-Compile>=1.2:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple
TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester
USES= perl5
USE_PERL5= configure
MAN3= XML::Compile::Cache.3
NO_STAGE= yes
.include <bsd.port.mk>