- Update to 0.05
- Add LICENSE - Sort PLIST - Reformat pkg-descr Changes: http://search.cpan.org/dist/Hash-WithDefaults/Changes
This commit is contained in:
parent
d03bd2662a
commit
9b364d488e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360957
@ -2,15 +2,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Hash-WithDefaults
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:JENDA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Class for hashes with key-casing requirements supporting defaults
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Hash-WithDefaults-0.04.tar.gz) = 57577d7424d34e9cff60dcc2cc51ef5014d159af0431751f0687de98c6a15272
|
||||
SIZE (Hash-WithDefaults-0.04.tar.gz) = 4033
|
||||
SHA256 (Hash-WithDefaults-0.05.tar.gz) = 6e1df2778355c1a5ca4a9421ecccfd1d109d2e20fbc5f070562a8736ddfaea97
|
||||
SIZE (Hash-WithDefaults-0.05.tar.gz) = 8395
|
||||
|
@ -1,5 +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.
|
||||
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/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults/.packlist
|
||||
%%SITE_PERL%%/Hash/WithDefaults.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults/.packlist
|
||||
%%PERL5_MAN3%%/Hash::WithDefaults.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
|
||||
@dirrmtry %%SITE_PERL%%/Hash
|
||||
|
Loading…
Reference in New Issue
Block a user