24 lines
433 B
Makefile
24 lines
433 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
|
|
|
|
MAN3= pQuery.3 \
|
|
pQuery::DOM.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|