428650460f
Hash::Case implements case-insensitive hash access. See http://perl.overmeer.net/perlws2003-hash/0-0/index.html
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/14 01:29:50 ben Exp $
|
|
#
|
|
|
|
DISTNAME= Hash-Case-1.003
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hac
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hash/}
|
|
|
|
MAINTAINER= ben@NetBSD.org
|
|
HOMEPAGE= http://perl.overmeer.net/perlws2003-hash/0-0/
|
|
COMMENT= Perl module that implements case-insensitive hashes
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Hash/Case/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|