openbsd-ports/www/p5-HTML-Lint/Makefile
2022-03-11 20:09:36 +00:00

18 lines
271 B
Makefile

COMMENT= check for HTML errors in a string or file
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTML-Lint-2.32
CATEGORIES= www
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-HTML-Parser \
www/p5-libwww
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>