50238c3bc0
Pkgsrc changes: - Introduced USE_LANGUAGES. Relevant changes since version 3.19_01: ======================================= [THINGS THAT MAY BREAK YOUR CODE] * The store_declarations() method has been restored, but defaults to true instead of false. [THINGS THAT MAY BREAK YOUR CODE] * The store_declarations() method has been removed. * Non-closing HTML tags like <IMG> are now rendered as <IMG />. * All values in tags are now double-quoted. Previously, all-numeric values weren't quoted.
22 lines
645 B
Makefile
22 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.21 2006/07/12 17:11:22 heinz Exp $
|
|
|
|
DISTNAME= HTML-Tree-3.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5htr
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Tree/
|
|
COMMENT= Perl5 modules for manipulating HTML syntax trees
|
|
|
|
DEPENDS+= p5-HTML-Parser>=2.19:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/HTML-Tree/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|