64588fc117
PR: 128370 Submitted by: leeym Approved by: maintainer timeout
21 lines
413 B
Makefile
21 lines
413 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.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= direct@klatha.com
|
|
COMMENT= Perl module implementing a case preserving hash table
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Tie::CPHash.3
|
|
|
|
.include <bsd.port.mk>
|