pkgsrc/www/p5-HTML-Lint/Makefile
he bba82672bc Update from version 2.04nb1 to 2.06.
Upstream changes:

2.06    Thu Dec 18 00:07:54 CST 2008
        [FIXES]
        Added attributes to <frameset>.

        <strong> tag didn't allow any attributes.  Now it does.

        Removed the <listing> tag.
2009-01-11 16:19:27 +00:00

22 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/01/11 16:19:27 he Exp $
DISTNAME= HTML-Lint-2.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Lint/
COMMENT= Perl 5 module to check for HTML errors in a string or file
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTML/Lint/.packlist
DEPENDS+= p5-HTML-Parser>=3.20:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"