2009-11-25 12:46:52 +01:00
|
|
|
# New ports collection makefile for: www/p5-pQuery
|
|
|
|
# Date created: 25 November 2009
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pQuery
|
2011-09-08 11:45:55 +02:00
|
|
|
PORTVERSION= 0.08
|
2009-11-25 12:46:52 +01:00
|
|
|
CATEGORIES= www perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:INGY
|
2009-11-25 12:46:52 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Perl Port of jQuery.js
|
|
|
|
|
2011-09-08 11:45:55 +02:00
|
|
|
COMMON_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
|
|
|
|
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${COMMON_DEPENDS}
|
2009-11-25 12:46:52 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= pQuery.3 \
|
|
|
|
pQuery::DOM.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|