aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-TreeBuilder-XPath/Makefile
blob: ef9590250c0d78d02788b84df14d2a450d13b275 (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
# New ports collection makefile for:    p5-HTML-TreeBuilder-XPath
# Date created:     2006-07-11
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   HTML-TreeBuilder-XPath
PORTVERSION=    0.11
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Add XPath support to HTML::TreeBuilder

RUN_DEPENDS=    p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
        p5-XML-XPathEngine>=0.12:${PORTSDIR}/textproc/p5-XML-XPathEngine
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       HTML::TreeBuilder::XPath.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=   p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif

.include <bsd.port.post.mk>