diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 19:37:39 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 19:37:39 +0000 |
commit | 6affe7ccf6619755ec2f5582d375b9006798ca60 (patch) | |
tree | fb1426c039bdef8d3fe1d4c7c572a128d4ec33f7 /www/p5-HTML-Parser/Makefile | |
parent | 633b7f7d7f1c6e0569c67538ba4aa1152578ce1b (diff) | |
download | pkgsrc-6affe7ccf6619755ec2f5582d375b9006798ca60.tar.gz |
pkgsrc changes:
- Updating package for p5 module HTML::Parser from 3.60 to 3.61
- Setting LICENSE=${PERL5_LICENSE} according to META.yml
Upstream changes:
2009-06-20 Release 3.61
Gisle Aas (2):
Test that triggers the crash that Chip fixed
Complete documented list of literal tags
Chip Salzenberg (1):
Avoid crash (referenced pend_text instead of skipped_text)
Antonio Radici (1):
Reference HTML::LinkExttor [RT#43164]
Diffstat (limited to 'www/p5-HTML-Parser/Makefile')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 291601caad5..9a67caf345d 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2009/02/21 14:00:02 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2009/07/07 19:37:39 sno Exp $ # -DISTNAME= HTML-Parser-3.60 +DISTNAME= HTML-Parser-3.61 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hpa CATEGORIES= www perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTML-Parser/ COMMENT= Perl5 module to parse HTML text documents +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |