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>
This commit is contained in:
@@ -1086,6 +1086,7 @@
|
||||
SUBDIR += p5-Gtk2-Spell
|
||||
SUBDIR += p5-Hash-AsObject
|
||||
SUBDIR += p5-Hash-Case
|
||||
SUBDIR += p5-Hash-WithDefaults
|
||||
SUBDIR += p5-Heap
|
||||
SUBDIR += p5-Heap-Simple
|
||||
SUBDIR += p5-Heap-Simple-Perl
|
||||
|
||||
22
devel/p5-Hash-WithDefaults/Makefile
Normal file
22
devel/p5-Hash-WithDefaults/Makefile
Normal file
@@ -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>
|
||||
3
devel/p5-Hash-WithDefaults/distinfo
Normal file
3
devel/p5-Hash-WithDefaults/distinfo
Normal file
@@ -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
|
||||
5
devel/p5-Hash-WithDefaults/pkg-descr
Normal file
5
devel/p5-Hash-WithDefaults/pkg-descr
Normal file
@@ -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/
|
||||
6
devel/p5-Hash-WithDefaults/pkg-plist
Normal file
6
devel/p5-Hash-WithDefaults/pkg-plist
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user