freebsd-ports/textproc/p5-XML-Compile-Cache/Makefile

26 lines
621 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML-Compile-Cache
PORTVERSION= 1.05
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:devel/p5-Log-Report \
p5-XML-Compile>=1.48:textproc/p5-XML-Compile \
p5-XML-LibXML-Simple>=0.95:textproc/p5-XML-LibXML-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-XML-Compile-Tester>=0.02:devel/p5-XML-Compile-Tester
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>