- Add p5-Hash-AutoHash-Args 1.17
This class simplifies the handling of keyword argument lists. It replaces Class::AutoClass::Args. See "DIFFERENCES FROM Class::AutoClass::Args" for a discussion of what's new. See Hash::AutoHash::Args::V0 for a subclass which is more compatible with the original. WWW: http://search.cpan.org/dist/Hash-AutoHash-Args/
This commit is contained in:
parent
2f96a2d218
commit
39a6483e2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327218
5 changed files with 40 additions and 0 deletions
|
@ -2077,6 +2077,7 @@
|
|||
SUBDIR += p5-HOP-Stream
|
||||
SUBDIR += p5-Hash-AsObject
|
||||
SUBDIR += p5-Hash-AutoHash
|
||||
SUBDIR += p5-Hash-AutoHash-Args
|
||||
SUBDIR += p5-Hash-Case
|
||||
SUBDIR += p5-Hash-Diff
|
||||
SUBDIR += p5-Hash-FieldHash
|
||||
|
|
26
devel/p5-Hash-AutoHash-Args/Makefile
Normal file
26
devel/p5-Hash-AutoHash-Args/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Hash-AutoHash-Args
|
||||
PORTVERSION= 1.17
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Object-oriented processing of keyword-based argument lists
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Hash-AutoHash>=1.16:${PORTSDIR}/devel/p5-Hash-AutoHash
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
|
||||
MAN3= Hash::AutoHash::Args.3 \
|
||||
Hash::AutoHash::Args::V0.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Hash-AutoHash-Args/distinfo
Normal file
2
devel/p5-Hash-AutoHash-Args/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Hash-AutoHash-Args-1.17.tar.gz) = dbd131aa180958e63c7ec2cd4648986742fc46eaf123aca75fe7a9de20973fb8
|
||||
SIZE (Hash-AutoHash-Args-1.17.tar.gz) = 28198
|
6
devel/p5-Hash-AutoHash-Args/pkg-descr
Normal file
6
devel/p5-Hash-AutoHash-Args/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This class simplifies the handling of keyword argument lists. It replaces
|
||||
Class::AutoClass::Args. See "DIFFERENCES FROM Class::AutoClass::Args" for a
|
||||
discussion of what's new. See Hash::AutoHash::Args::V0 for a subclass which is
|
||||
more compatible with the original.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Hash-AutoHash-Args/
|
5
devel/p5-Hash-AutoHash-Args/pkg-plist
Normal file
5
devel/p5-Hash-AutoHash-Args/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Hash/AutoHash/Args.pm
|
||||
%%SITE_PERL%%/Hash/AutoHash/Args/V0.pm
|
||||
@dirrm %%SITE_PERL%%/Hash/AutoHash/Args
|
||||
@dirrmtry %%SITE_PERL%%/Hash/AutoHash
|
||||
@dirrmtry %%SITE_PERL%%/Hash
|
Loading…
Reference in a new issue