2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2020/07/03 21:46:00 sthen Exp $
|
2005-12-20 22:06:00 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= check for HTML errors in a string or file
|
2005-12-20 22:06:00 +00:00
|
|
|
|
2007-01-16 17:52:06 +00:00
|
|
|
MODULES= cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH= *
|
2018-12-19 23:08:00 +00:00
|
|
|
DISTNAME = HTML-Lint-2.32
|
2007-01-16 17:52:06 +00:00
|
|
|
CATEGORIES= www
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION = 0
|
2005-12-20 22:06:00 +00:00
|
|
|
|
2008-10-02 23:10:21 +00:00
|
|
|
# perl
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2005-12-20 22:06:00 +00:00
|
|
|
|
2018-12-19 23:08:00 +00:00
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser \
|
|
|
|
www/p5-libwww
|
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=Yes
|
2005-12-20 22:06:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|