mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
652069fa2d
Approved by: portmgr blanket
24 lines
418 B
Makefile
24 lines
418 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pQuery
|
|
PORTVERSION= 0.23
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:INGY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl Port of jQuery.js
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|