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>
|