18 lines
243 B
Makefile
18 lines
243 B
Makefile
|
COMMENT= perl port of jQuery.js
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = pQuery-0.24
|
||
|
CATEGORIES= www
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CPAN_AUTHOR= INGY
|
||
|
|
||
|
RUN_DEPENDS= www/p5-HTML-Tree
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
.include <bsd.port.mk>
|