pkgsrc/www/p5-HTML-Parser/Makefile
sno 348fecb959 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]
2009-07-07 19:37:39 +00:00

29 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.45 2009/07/07 19:37:39 sno Exp $
#
DISTNAME= HTML-Parser-3.61
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hpa
CATEGORIES= www perl5
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
DEPENDS+= p5-HTML-Tagset>=3.0:../../www/p5-HTML-Tagset
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
# needed for HTTP/Headers self-test, but this would create a circular
# dependency -- weird.
#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
USE_LANGUAGES= c
PERL5_PACKLIST= auto/HTML/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"