diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 14:03:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 14:03:53 +0000 |
commit | 0d74383861e05edecd2e798bc0d8ca80755fdfc9 (patch) | |
tree | 93d6b9c56549b300d0aba706d69887d94814e8e4 /devel/p5-Hash-MultiKey | |
parent | - Fix build on AMD64 when WITH_FT_BRIDGE=yes is enabled (diff) |
Hash::MultiKey provides hashes that accept arrayrefs of strings as keys.
WWW: http://search.cpan.org/dist/Hash-MultiKey/
PR: ports/121381
Submitted by: Marzhan Mykola <delgod at portaone.com>
Notes
Notes:
svn path=/head/; revision=208584
Diffstat (limited to 'devel/p5-Hash-MultiKey')
-rw-r--r-- | devel/p5-Hash-MultiKey/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Hash-MultiKey/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Hash-MultiKey/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Hash-MultiKey/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Hash-MultiKey/Makefile b/devel/p5-Hash-MultiKey/Makefile new file mode 100644 index 000000000000..a35475244292 --- /dev/null +++ b/devel/p5-Hash-MultiKey/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Hash::MultiKey +# Date created: Feb 28, 2008 +# Whom: Marzhan Mykola <delgod@portaone.com> +# +# $FreeBSD$ +# + +PORTNAME= Hash-MultiKey +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= delgod@portaone.com +COMMENT= Hashes whose keys can be multiple + +PERL_CONFIGURE= yes + +MAN3= Hash::MultiKey.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Hash-MultiKey/distinfo b/devel/p5-Hash-MultiKey/distinfo new file mode 100644 index 000000000000..d2d14e1a57f7 --- /dev/null +++ b/devel/p5-Hash-MultiKey/distinfo @@ -0,0 +1,3 @@ +MD5 (Hash-MultiKey-0.06.tar.gz) = ef1050ac62794ed4d4b8f69dd808aaa5 +SHA256 (Hash-MultiKey-0.06.tar.gz) = 6584a3020d0290e119e45b9d82c79bae8ccb209fb3ba610c51d97ce518c87b2d +SIZE (Hash-MultiKey-0.06.tar.gz) = 7195 diff --git a/devel/p5-Hash-MultiKey/pkg-descr b/devel/p5-Hash-MultiKey/pkg-descr new file mode 100644 index 000000000000..296c633f86f0 --- /dev/null +++ b/devel/p5-Hash-MultiKey/pkg-descr @@ -0,0 +1,3 @@ +Hash::MultiKey provides hashes that accept arrayrefs of strings as keys. + +WWW: http://search.cpan.org/dist/Hash-MultiKey/ diff --git a/devel/p5-Hash-MultiKey/pkg-plist b/devel/p5-Hash-MultiKey/pkg-plist new file mode 100644 index 000000000000..fff42caa55d0 --- /dev/null +++ b/devel/p5-Hash-MultiKey/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Hash/MultiKey.pm +@dirrmtry %%SITE_PERL%%/Hash +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/MultiKey/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/MultiKey +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash |