18 lines
343 B
Makefile
18 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:44:45 espie Exp $
|
|
# Original from: Andy Lester <andy@petdance.com>
|
|
|
|
COMMENT= check for HTML errors in a string or file
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Lint-2.06
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser
|
|
|
|
.include <bsd.port.mk>
|