98c3768c3a
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
567 B
Makefile
19 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/05/31 12:39:45 wiz Exp $
|
|
|
|
DISTNAME= Unicode-Map8-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Unicode-Map8/
|
|
COMMENT= Perl5 module providing mapping tables between charsets
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Unicode-String>=2.0:../../converters/p5-Unicode-String
|
|
|
|
PERL5_PACKLIST= auto/Unicode/Map8/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|