mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4d73bd67b2
insensitive hash table. Author: CJM <cjm@pobox.com> PR: ports/104232 Submitted by: David Chaplin-Loebell <direct at klatha.com>
23 lines
458 B
Makefile
23 lines
458 B
Makefile
# New ports collection makefile for: Tie-CPHash
|
|
# Date created: 09 October 2006
|
|
# Whom: David Chaplin-Loebell <direct@klatha.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tie-CPHash
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tie
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= direct@klatha.com
|
|
COMMENT= Perl module implementing a case preserving hash table
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tie::CPHash.3
|
|
|
|
.include <bsd.port.mk>
|