pkgsrc/www/p5-HTML-Lint/Makefile
rhaen d64e07dbba Updated to 2.10
ChangeLog:
2.10    Tue Dec  6 11:16:16 CST 2011

        HTML::Lint is now explicitly licensed under Artistic License 2.0,
        instead of the vague "same terms as Perl itself."

        [FIXES]
        Tags that were self-closed were being ignored.  For example, if you had

            <img src="blah.jpg" />

        then HTML::Lint would ignore the tag.  This has been fixed.
2012-01-26 13:56:21 +00:00

22 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/01/26 13:56:21 rhaen Exp $
DISTNAME= HTML-Lint-2.10
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"