mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
27 lines
624 B
Makefile
27 lines
624 B
Makefile
# Created by: Vivek Khera <vivek@khera.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|