from 1.10nb1 to 1.12. Upstream changes: 1.11 rafl - Add new keywords for 5.16, __SUB__ and evalbytes. 1.12 rurban - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281 - added diag before each big t/11keywords.t loop
19 lines
542 B
Makefile
19 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/02/16 06:26:23 sno Exp $
|
|
|
|
DISTNAME= B-Keywords-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/B-Keywords/
|
|
COMMENT= Perl 5 module providing lists of reserved barewords and symbol names
|
|
LICENSE= gnu-gpl-v2 OR artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/B/Keywords/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|