mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
324 B
Makefile
20 lines
324 B
Makefile
COMMENT= module to extract text contained within HTML tables
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = HTML-TableExtract-2.15
|
|
CATEGORIES= www
|
|
REVISION = 0
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS = www/p5-HTML-Parser
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
TEST_DEPENDS= www/p5-HTML-Tree
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|