freebsd-ports/textproc/p5-XML-Compile-Cache/Makefile
Sunpoet Po-Chuan Hsieh d9b7bbb063 - Update to 1.00
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog
2013-10-15 16:59:06 +00:00

25 lines
656 B
Makefile

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