9712a226c3
The Tie::CPHash module provides a hash table that is case preserving but case insensitive.
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/26 09:17:51 bernd Exp $
|
|
|
|
COMMENT= "case preserving but case insensitive hash table"
|
|
|
|
DISTNAME= Tie-CPHash-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|