pkgsrc/devel/p5-B-Keywords/Makefile
wen c2be0997c7 Update to 1.23
Upstream changes:
1.23 2021-10-30 12:52:43 rurban
  - relax bogus blead test failures
  - add reverse test: if @Barewords are covered on keywords.h
  - move some @Barewords not in keywords.h to @BarewordsExtra
  - add %main, %CORE, %CORE::GLOBAL:: to @Hashes
  - fixed versions for EQ, CORE, state, break, given, when, default, UNITCHECK
2021-11-07 01:42:31 +00:00

17 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.31 2021/11/07 01:42:31 wen Exp $
DISTNAME= B-Keywords-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/B-Keywords
COMMENT= Perl 5 module providing lists of reserved barewords and symbol names
LICENSE= gnu-gpl-v2 OR artistic
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/B/Keywords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"