sthen 73cb1465d6 update to www/p5-HTML-Lint 2.32, from Charlene Wendling
- make use of TEST_POD instead of using test depends
- add libwww as a dependency for weblint
2018-12-19 23:08:00 +00:00

19 lines
324 B
Makefile

# $OpenBSD: Makefile,v 1.18 2018/12/19 23:08:00 sthen Exp $
COMMENT= check for HTML errors in a string or file
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTML-Lint-2.32
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= www/p5-HTML-Parser \
www/p5-libwww
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>