1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-pQuery/Makefile
2011-09-08 09:45:55 +00:00

28 lines
542 B
Makefile

# New ports collection makefile for: www/p5-pQuery
# Date created: 25 November 2009
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pQuery
PORTVERSION= 0.08
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}
PERL_CONFIGURE= yes
MAN3= pQuery.3 \
pQuery::DOM.3
.include <bsd.port.mk>