aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-CPHash/Makefile
blob: 4a2942451c0fc1224cab2e01a91215cd21c272c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: David Chaplin-Loebell <direct@klatha.com>
# $FreeBSD$

PORTNAME=	Tie-CPHash
PORTVERSION=	1.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	direct@klatha.com
COMMENT=	Perl module implementing a case preserving hash table

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>