diff options
author | heinz <heinz@pkgsrc.org> | 2008-10-13 20:04:21 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-10-13 20:04:21 +0000 |
commit | 43b78738223bcfd17fbbae8f48f260321023e489 (patch) | |
tree | 0018ea2c131124bf6de7e0f121d9ce991c1d5a3e /www/p5-HTML-Tiny/Makefile | |
parent | d3c9a80c8c61ed97cda62620a36c98a7d6da6aa4 (diff) | |
download | pkgsrc-43b78738223bcfd17fbbae8f48f260321023e489.tar.gz |
Updated to version 1.03.
Pkgsrc changes:
- does not support Module::Build anymore.
Changes since version 1.01:
===========================
1.03 2008-08-07
Forgot the Changelog for 1.02. Oops.
1.02 2008-08-07
Added support for strict HTML output. Fixes #34378. Thanks JUERD
and SIGZERO for the report and VRK for the patch that fixes it.
Diffstat (limited to 'www/p5-HTML-Tiny/Makefile')
-rw-r--r-- | www/p5-HTML-Tiny/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-Tiny/Makefile b/www/p5-HTML-Tiny/Makefile index 0aa29950f10..cfe39a43455 100644 --- a/www/p5-HTML-Tiny/Makefile +++ b/www/p5-HTML-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/25 01:35:53 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/13 20:04:21 heinz Exp $ # -DISTNAME= HTML-Tiny-1.01 +DISTNAME= HTML-Tiny-1.03 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -12,7 +12,7 @@ COMMENT= Lightweight, dependency free HTML/XML generation in Perl PKG_DESTDIR_SUPPORT= user-destdir -PERL5_MODULE_TYPE= Module::Build +#PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/HTML/Tiny/.packlist USE_LANGUAGES= # none |