1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/p5-pQuery/Makefile
Andrej Zverev c2d7618dc4 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 15:36:32 +00:00

21 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= pQuery
PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl Port of jQuery.js
COMMON_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>