14 lines
235 B
Makefile
14 lines
235 B
Makefile
|
COMMENT= module to parse the content of tables in HTML text
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = HTML-TableContentParser-0.305
|
||
|
CATEGORIES= www devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= www/p5-HTML-Parser
|
||
|
|
||
|
.include <bsd.port.mk>
|