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>
This commit is contained in:
parent
ac666bf2b7
commit
4d73bd67b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175618
@ -1445,6 +1445,7 @@
|
||||
SUBDIR += p5-Thread-Apartment
|
||||
SUBDIR += p5-Thread-Queue-Duplex
|
||||
SUBDIR += p5-Tie-Array-Sorted
|
||||
SUBDIR += p5-Tie-CPHash
|
||||
SUBDIR += p5-Tie-Cache
|
||||
SUBDIR += p5-Tie-DB_File-SplitHash
|
||||
SUBDIR += p5-Tie-DB_FileLock
|
||||
|
22
devel/p5-Tie-CPHash/Makefile
Normal file
22
devel/p5-Tie-CPHash/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# 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>
|
3
devel/p5-Tie-CPHash/distinfo
Normal file
3
devel/p5-Tie-CPHash/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Tie-CPHash-1.02.tar.gz) = 706005965c6edde355468db7807bdab9
|
||||
SHA256 (Tie-CPHash-1.02.tar.gz) = 8c9d87b63d17cf0f55bdafaac2a701c5688b104abe43c4cf997e2122d79adfeb
|
||||
SIZE (Tie-CPHash-1.02.tar.gz) = 3362
|
4
devel/p5-Tie-CPHash/pkg-descr
Normal file
4
devel/p5-Tie-CPHash/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Tie::CPHash is a Perl module implementing a case preserving but case
|
||||
insensitive hash table.
|
||||
|
||||
Author: CJM <cjm@pobox.com>
|
5
devel/p5-Tie-CPHash/pkg-plist
Normal file
5
devel/p5-Tie-CPHash/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Tie/CPHash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/CPHash/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/CPHash
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
||||
@dirrmtry %%SITE_PERL%%/Tie
|
Loading…
Reference in New Issue
Block a user