Upstream changes: 1.14 Sat Jul 11 13:20:03 2015 - [rt.cpan.org #105621] mklocale fails because it creates Locale direcory without executable bit 1.13 Sat Jul 11 12:13:50 2015 - something to remove 'use Unicode::Collate' from CJK/Korean.pm cf. [rt.cpan.org #105791]
17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/11/09 14:44:24 wen Exp $
|
|
|
|
DISTNAME= Unicode-Collate-1.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Unicode-Collate/
|
|
COMMENT= Perl5 implementation of Unicode Collation Algorithm
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Unicode/Collate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|