b264b00bbf
- add licenses - changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-Cache-0.99/ChangeLog
31 lines
795 B
Makefile
31 lines
795 B
Makefile
# New ports collection makefile for: p5-XML-Compile-Cache
|
|
# Date created: 2009-01-11
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Compile-Cache
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Cache Compiled XML Translators
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
RUN_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
|
|
p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
|
|
p5-XML-Compile>=1.1:${PORTSDIR}/textproc/p5-XML-Compile \
|
|
p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester \
|
|
p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Compile::Cache.3
|
|
|
|
.include <bsd.port.mk>
|