aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Selector-XPath/Makefile
blob: ef76b29adcf4163319f10cf1c31de809843b05b4 (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
# New ports collection makefile for:	www/p5-HTML-Selector-XPath
# Date created:				28 Aug 2007
# Whom:					Shinsuke Matsui <smatsui@karashi.org>
#
# $FreeBSD$
#

PORTNAME=	HTML-Selector-XPath
PORTVERSION=	0.14
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	smatsui@karashi.org
COMMENT=	HTML::Selector::XPath - CSS Selector to XPath compiler

TEST_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base

PERL_CONFIGURE=	yes

MAN3=		HTML::Selector::XPath.3

.include <bsd.port.mk>