pkgsrc-wip/p5-B-Keywords/Makefile
Bartosz Kuzma 5af442750f Update to 1.06.
Changes since 0.06:
1.00 Dec 29, 2005
  - Added keywords for 5.10
  - More tests
1.01 Jan 22, 2006
  - Added some variables from 5.10
  - Stuff is exportable now
1.02 Jul 7, 2006
  - Added test to watch CORE/keywords.h for new stuff
  - Added -x and state to @Functions.
1.03 Aug 17, 2006
  - Separated non-functions in @Functions to @Barewords
  - Used qw() lists
1.04 Aug 17, 2006
  - Fixed syntax bugx in 1.03
1.05 Nov 24, 2006
  - Added UNITCHECK
2007-03-22 10:06:07 +00:00

15 lines
430 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/03/22 10:06:07 bartoszkuzma Exp $
DISTNAME= B-Keywords-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/B-Keywords/
COMMENT= Lists of reserved barewords and symbol names
PERL5_PACKLIST= auto/B/Keywords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"