1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/p5-Tie-CPHash/Makefile
Alejandro Pulver 4d73bd67b2 Tie::CPHash is a Perl module implementing a case preserving but case
insensitive hash table.

Author: CJM <cjm@pobox.com>

PR:		ports/104232
Submitted by:	David Chaplin-Loebell <direct at klatha.com>
2006-10-31 02:52:47 +00:00

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>