Add p5-Tie-IxHash 1.21, perl module implementing ordered in-memory
associative arrays.
This commit is contained in:
parent
2479fda868
commit
91c7519e67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36729
6 changed files with 34 additions and 0 deletions
|
@ -276,6 +276,7 @@
|
|||
SUBDIR += p5-Term-ReadKey
|
||||
SUBDIR += p5-Term-Size
|
||||
SUBDIR += p5-Tie-DB_FileLock
|
||||
SUBDIR += p5-Tie-IxHash
|
||||
SUBDIR += p5-Time
|
||||
SUBDIR += p5-Time-HiRes
|
||||
SUBDIR += p5-Time-Period
|
||||
|
|
23
devel/p5-Tie-IxHash/Makefile
Normal file
23
devel/p5-Tie-IxHash/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: Tie-IxHash
|
||||
# Date created: Mon Jan 1 06:56:59 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-IxHash
|
||||
PORTVERSION= 1.21
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tie
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Tie::IxHash.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Tie-IxHash/distinfo
Normal file
1
devel/p5-Tie-IxHash/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Tie-IxHash-1.21.tar.gz) = 567ddc13081596b52cfe3d82218cb264
|
1
devel/p5-Tie-IxHash/pkg-comment
Normal file
1
devel/p5-Tie-IxHash/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module implementing ordered in-memory associative arrays
|
5
devel/p5-Tie-IxHash/pkg-descr
Normal file
5
devel/p5-Tie-IxHash/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Tie::IxHash is a perl module implementing ordered in-memory associative arrays.
|
||||
|
||||
Author: Sarathy <gsar@umich.edu>
|
||||
|
||||
--will
|
3
devel/p5-Tie-IxHash/pkg-plist
Normal file
3
devel/p5-Tie-IxHash/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Tie/IxHash.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/IxHash/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/IxHash
|
Loading…
Reference in a new issue