head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.27.21.37.53;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2010.11.04.15.15.38;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2010.10.28.14.51.08;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.28.09.26.12;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.11.28.08.52.14;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.10.11.12.58.20;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# 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: head/www/p5-HTML-Query/Makefile 303248 2012-08-27 21:37:53Z swills $
#

PORTNAME=	HTML-Query
PORTVERSION=	0.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
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 \
		%%SITE_PERL%%/HTML

.include <bsd.port.mk>
@


1.6
log
@SVN rev 303248 on 2012-08-27 21:37:53Z by swills

- Update to 0.08

PR:		ports/171102
Approved by:	Vick Khera <vivek@@khera.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.07

Changes:	http://search.cpan.org/dist/HTML-Query/ChangeLog
PR:		ports/151935
Submitted by:	Vick Khera <vivek@@khera.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@


1.4
log
@- Update to 0.06

Changes:	http://search.cpan.org/dist/HTML-Query/ChangeLog
PR:		ports/151796
Submitted by:	Vick Khera <vivek@@khera.org> (maintainer)
Approved by:	pgollucci (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.06
d25 2
a26 1
PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Query
@


1.3
log
@- Fix categorie and connect to build
@
text
@d9 1
a9 1
PORTVERSION=	0.02
a11 1
MASTER_SITE_SUBDIR=	../by-authors/id/A/AB/ABW
@


1.2
log
@- Force commit
	repocopy from finance/p5-HTML-Query -> www/p5-HTML-Query
@
text
@d10 1
a10 1
CATEGORIES=	finance perl5
@


1.1
log
@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>
@
text
@@

