a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
19 lines
630 B
Makefile
19 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:43 wiz Exp $
|
|
|
|
DISTNAME= HTML-TokeParser-Simple-3.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-TokeParser-Simple/
|
|
COMMENT= Perl 5 module prodiving an easy to use HTML::TokeParser interface
|
|
|
|
PERL5_PACKLIST= auto/HTML/TokeParser/Simple/.packlist
|
|
|
|
DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Sub-Override-[0-9]*:../../devel/p5-Sub-Override
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|