pkgsrc/converters/p5-Unicode-MapUTF8/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

22 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/03 21:54:10 wiz Exp $
DISTNAME= Unicode-MapUTF8-1.11
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-MapUTF8/
COMMENT= Provides conversions for arbitrary character sets and UTF8
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
DEPENDS+= p5-Unicode-Map-[0-9]*:../../converters/p5-Unicode-Map
DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode
PERL5_PACKLIST= auto/Unicode/MapUTF8/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"