openbsd-ports/www/p5-HTML-Lint/Makefile

20 lines
424 B
Makefile
Raw Normal View History

2010-10-19 04:02:53 -04:00
# $OpenBSD: Makefile,v 1.8 2010/10/19 08:02:55 espie Exp $
# Original from: Andy Lester <andy@petdance.com>
COMMENT= check for HTML errors in a string or file
MODULES= cpan
2009-02-04 05:44:59 -05:00
DISTNAME= HTML-Lint-2.06
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2008-10-02 19:10:21 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-HTML-Parser-*:www/p5-HTML-Parser
.include <bsd.port.mk>