pkgsrc/devel/p5-B-Keywords/Makefile
wiz 101f345c45 p5-B-Keywords: update to 1.18.
1.17 Mon Jan 29 17:57:05 CET 2018 rurban
  - Added 5.27.8 changes, whereis/whereso is gone for good.
    There's still a chance for perl6 compat
1.18 Mon Jan 29 18:09:23 CET 2018 rurban
  - Oops, forgot break
2018-02-25 16:44:21 +00:00

17 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.21 2018/02/25 16:44:21 wiz Exp $
DISTNAME= B-Keywords-1.18
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
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/B/Keywords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"