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
531 B
Makefile
19 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.21 2013/05/31 12:42:19 wiz Exp $
|
|
|
|
DISTNAME= XML-Encoding-2.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Encoding/
|
|
COMMENT= Perl module for parsing XML encoding maps
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.18:../../textproc/p5-XML-Parser
|
|
|
|
PERL5_PACKLIST= auto/XML/Encoding/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|