aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Compile-Cache/Makefile
blob: 9948e1a476bc1eb2ff4abe49b6b7302517d59179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.96
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Cache Compiled XML Translators

BUILD_DEPENDS=  p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \
        p5-XML-Compile-Tester>=0.04:${PORTSDIR}/devel/p5-XML-Compile-Tester \
        p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \
        p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \
        p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod
RUN_DEPENDS=    p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \
        p5-XML-Compile-Tester>=0.04:${PORTSDIR}/devel/p5-XML-Compile-Tester \
        p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \
        p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \
        p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod

PERL_CONFIGURE= yes

MAN3=   XML::Compile::Cache.3

.include <bsd.port.mk>