22 lines
751 B
Makefile
22 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.18 2021/05/24 19:49:23 wiz Exp $
|
|
|
|
DISTNAME= Unicode-MapUTF8-1.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Unicode-MapUTF8
|
|
COMMENT= Provides conversions for arbitrary character sets and UTF8
|
|
LICENSE= mit
|
|
|
|
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"
|