aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-WithDefaults
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 15:40:36 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 15:40:36 +0000
commit203bddb1d6f180cfea43e5be9bc4fbdf3140f3aa (patch)
treeee6b792ed18fed2e75513211ef0a8ae1fcd05c1f /devel/p5-Hash-WithDefaults
parentc3f58d18978480c6a7646f2f3cb4e9aeaa5e0d03 (diff)
downloadports-203bddb1d6f180cfea43e5be9bc4fbdf3140f3aa.tar.gz
ports-203bddb1d6f180cfea43e5be9bc4fbdf3140f3aa.zip
Add p5-Hash-WithDefaults 0.04, class for hashes with key-casing
requirements supporting defaults. PR: ports/102063 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=170725
Diffstat (limited to 'devel/p5-Hash-WithDefaults')
-rw-r--r--devel/p5-Hash-WithDefaults/Makefile22
-rw-r--r--devel/p5-Hash-WithDefaults/distinfo3
-rw-r--r--devel/p5-Hash-WithDefaults/pkg-descr5
-rw-r--r--devel/p5-Hash-WithDefaults/pkg-plist6
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Hash-WithDefaults/Makefile b/devel/p5-Hash-WithDefaults/Makefile
new file mode 100644
index 000000000000..f394752dc792
--- /dev/null
+++ b/devel/p5-Hash-WithDefaults/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Hash-WithDefaults
+# Date created: 2006-08-15
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Hash-WithDefaults
+PORTVERSION= 0.04
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Hash
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Class for hashes with key-casing requirements supporting defaults
+
+PERL_CONFIGURE= yes
+
+MAN3= Hash::WithDefaults.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Hash-WithDefaults/distinfo b/devel/p5-Hash-WithDefaults/distinfo
new file mode 100644
index 000000000000..7bc0f7063355
--- /dev/null
+++ b/devel/p5-Hash-WithDefaults/distinfo
@@ -0,0 +1,3 @@
+MD5 (Hash-WithDefaults-0.04.tar.gz) = e769b5f381e2b55ec53429b847f086c1
+SHA256 (Hash-WithDefaults-0.04.tar.gz) = 57577d7424d34e9cff60dcc2cc51ef5014d159af0431751f0687de98c6a15272
+SIZE (Hash-WithDefaults-0.04.tar.gz) = 4033
diff --git a/devel/p5-Hash-WithDefaults/pkg-descr b/devel/p5-Hash-WithDefaults/pkg-descr
new file mode 100644
index 000000000000..4e023f285372
--- /dev/null
+++ b/devel/p5-Hash-WithDefaults/pkg-descr
@@ -0,0 +1,5 @@
+This module implements hashes that support "defaults". That is you may
+specify several more hashes in which the data will be looked up in
+case it is not found in the current hash.
+
+WWW: http://search.cpan.org/dist/Hash-WithDefaults/
diff --git a/devel/p5-Hash-WithDefaults/pkg-plist b/devel/p5-Hash-WithDefaults/pkg-plist
new file mode 100644
index 000000000000..bd9f259fb83e
--- /dev/null
+++ b/devel/p5-Hash-WithDefaults/pkg-plist
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults/.packlist
+%%SITE_PERL%%/Hash/WithDefaults.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
+@dirrmtry %%SITE_PERL%%/Hash