mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
abb362507b
Changes: http://cpansearch.perl.org/src/INGY/pQuery-0.09/Changes Feature safe: yes
23 lines
405 B
Makefile
23 lines
405 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= pQuery.3 \
|
|
pQuery::DOM.3
|
|
|
|
.include <bsd.port.mk>
|