aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Compile-Cache/Makefile
blob: a43a2826d30bb9596068d40824e7390acb29d4c0 (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.14
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= wenheping@gmail.com
COMMENT=    Cache Compiled XML Translators

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

PERL_CONFIGURE= yes

MAN3=   XML::Compile::Cache.3

.include <bsd.port.mk>