17 lines
309 B
Makefile
17 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:46:01 sthen Exp $
|
|
|
|
COMMENT= module to parse the content of tables in HTML text
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = HTML-TableContentParser-0.302
|
|
CATEGORIES= www devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser
|
|
|
|
.include <bsd.port.mk>
|