595884a71e
-------------- 1.15 Wed Nov 11 2015 rurban - Fixed $OUTPUT_AUTOFLUSH, RT #108572 (Defragmented Reality) - Made $* $MULTILINE_MATCHING version specific, deprecated with 5.8.1, removed with 5.10
17 lines
508 B
Makefile
17 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/04/09 05:09:42 mef Exp $
|
|
|
|
DISTNAME= B-Keywords-1.15
|
|
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"
|