16 lines
296 B
Makefile
16 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.17 2021/09/02 12:56:31 sthen Exp $
|
|
|
|
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>
|