Initial import of p5-Tie-RegexpHash 0.15
Tie::RegexpHash module allows one to use regular expressions for hash keys, so that values can be associated with anything that matches the key.
This commit is contained in:
parent
63561e8dcf
commit
b75554f998
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253455
5 changed files with 30 additions and 0 deletions
|
@ -2201,6 +2201,7 @@
|
|||
SUBDIR += p5-Tie-IxHash
|
||||
SUBDIR += p5-Tie-RefHash
|
||||
SUBDIR += p5-Tie-RefHash-Weak
|
||||
SUBDIR += p5-Tie-RegexpHash
|
||||
SUBDIR += p5-Tie-Restore
|
||||
SUBDIR += p5-Tie-ShareLite
|
||||
SUBDIR += p5-Tie-Simple
|
||||
|
|
21
devel/p5-Tie-RegexpHash/Makefile
Normal file
21
devel/p5-Tie-RegexpHash/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Tie-RegexpHash
|
||||
# Date created: 30 April 2010
|
||||
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-RegexpHash
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
COMMENT= Use regular expressions as hash keys
|
||||
|
||||
MAN3= Tie::RegexpHash.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Tie-RegexpHash/distinfo
Normal file
3
devel/p5-Tie-RegexpHash/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Tie-RegexpHash-0.15.tar.gz) = 23b1249076c33e2fe5e6c748ea0db81c
|
||||
SHA256 (Tie-RegexpHash-0.15.tar.gz) = c915849523e813a6f700b0a8f54173a87c2a2410f9573f002f2af2e39cce9472
|
||||
SIZE (Tie-RegexpHash-0.15.tar.gz) = 6455
|
3
devel/p5-Tie-RegexpHash/pkg-descr
Normal file
3
devel/p5-Tie-RegexpHash/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Tie::RegexpHash module allows one to use regular expressions
|
||||
for hash keys, so that values can be associated with anything
|
||||
that matches the key.
|
2
devel/p5-Tie-RegexpHash/pkg-plist
Normal file
2
devel/p5-Tie-RegexpHash/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Tie/RegexpHash.pm
|
||||
@dirrmtry %%SITE_PERL%%/Tie
|
Loading…
Reference in a new issue