openbsd-ports/devel/p5-Tie-CPHash/Makefile
bernd 9712a226c3 Initial import of Tie-CPHash-1.02.
The Tie::CPHash module provides a hash table that is case preserving but
case insensitive.
2006-06-26 09:17:51 +00:00

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>