diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-07 22:03:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-07 22:03:53 +0800 |
commit | ae156ad4d62913c9617ffa2088c37e430c7fc700 (patch) | |
tree | 58751c9e1fadc99b0723a3044fd6ac31fbe69592 | |
parent | ffd1b330a84574fbb13f3ef489a806b9425cf57e (diff) | |
download | freebsd-ports-gnome-ae156ad4d62913c9617ffa2088c37e430c7fc700.tar.gz freebsd-ports-gnome-ae156ad4d62913c9617ffa2088c37e430c7fc700.tar.zst freebsd-ports-gnome-ae156ad4d62913c9617ffa2088c37e430c7fc700.zip |
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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bce9146175a8..ffedb293e2a3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1286,6 +1286,7 @@ SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Hash-AsObject SUBDIR += p5-Hash-Case + SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-WithDefaults SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple 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 |