1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/p5-HTML-Query/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
523 B
Makefile

# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= HTML-Query
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= JQuery-like selection queries for HTML::Element
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS+= p5-Badger>=0.03:devel/p5-Badger \
p5-HTML-Tree>=3.23:www/p5-HTML-Tree
USES= perl5
USE_PERL5= configure
PLIST_FILES= %%SITE_PERL%%/HTML/Query.pm \
%%PERL5_MAN3%%/HTML::Query.3.gz
.include <bsd.port.mk>