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:
Kevin Lo 2010-04-30 03:38:20 +00:00
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

View file

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

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

View 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

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

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Tie/RegexpHash.pm
@dirrmtry %%SITE_PERL%%/Tie