pkgsrc/misc/p5-Locale-Codes/Makefile
wen a4716d3a10 Update to 3.68
Upstream changes:
3.68  2021-09-02  sbeck
  -  NEW CODE(s)
         NOTE: no code changes on 2021-06-01 so no release made at that
         time.

  -  Added code2names
         Also code2countrys, code2languages, etc. This allows you to see all
         names and aliases that correspond to a code. My apologies for
         making 'countrys' to be the plural of 'country', but because these
         modules are all derived, I didn't want to put in an exception for
         the strange pluralization.

         Prompted by David Cantrell.

3.67  2021-03-01  sbeck
  -  NEW CODE(s)

3.66  2020-12-01  sbeck
  -  NEW CODE(s)
2021-09-12 00:10:18 +00:00

19 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.56 2021/09/12 00:10:18 wen Exp $
DISTNAME= Locale-Codes-3.68
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Locale-Codes
COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes
LICENSE= ${PERL5_LICENSE}
TEST_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Locale/Codes/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"