1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/p5-HTML-Query/Makefile
Martin Wilke 138031930c The HTML::Query module provides jQuery-like selection queries for
HTML::Element.

WWW: http://search.cpan.org/dist/HTML-Query

PR:		ports/139439
Submitted by:	Vivek Khera <vivek at khera.org>
2009-10-11 12:58:20 +00:00

29 lines
724 B
Makefile

# New ports collection makefile for: p5-HTML-Query
# Date created: Wed Oct 24 10:09:12 EDT 2007
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Query
PORTVERSION= 0.02
CATEGORIES= finance perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/A/AB/ABW
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= JQuery-like selection queries for HTML::Element
RUN_DEPENDS+= p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \
p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree
PERL_CONFIGURE= yes
MAN3= HTML::Query.3
PLIST_FILES= %%SITE_PERL%%/HTML/Query.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Query/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Query
.include <bsd.port.mk>