eb82872306
1.08 - Removed useless author tests 1.07 Feb 14, 2007 - Added EQ GE GT NE LE LT for 5.6.
19 lines
511 B
Makefile
19 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/17 11:58:38 he Exp $
|
|
#
|
|
|
|
DISTNAME= B-Keywords-1.08
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/B/Keywords/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|