aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Web-Query/Makefile
blob: 353d0d24a41371e53d2bc68a2a6ceccc59f4ddeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Web-Query
PORTVERSION=    0.17
CATEGORIES= www
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Yet another scraping library like jQuery

BUILD_DEPENDS=  p5-HTML-Selector-XPath>=0.06:${PORTSDIR}/www/p5-HTML-Selector-XPath \
        p5-HTML-TreeBuilder-XPath>=0.12:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \
        p5-libwww>=5.385:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  modbuild

.include <bsd.port.mk>