mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
b55736c66b
The HTML::Query module provides jQuery-like selection queries for HTML::Element.
15 lines
237 B
Makefile
15 lines
237 B
Makefile
COMMENT= jQuery-like selection queries for HTML::Element
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = HTML-Query-0.09
|
|
CATEGORIES= www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Badger \
|
|
www/p5-HTML-Tree
|
|
|
|
.include <bsd.port.mk>
|