Import p5-Clone-0.15.
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.
This commit is contained in:
parent
2b83e90729
commit
87b129672f
4 changed files with 25 additions and 0 deletions
3
devel/p5-Clone/DESCR
Normal file
3
devel/p5-Clone/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module provides a clone() method which makes recursive copies
|
||||
of nested hash, array, scalar and reference types, including tied
|
||||
variables and objects.
|
17
devel/p5-Clone/Makefile
Normal file
17
devel/p5-Clone/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:40:51 epg Exp $
|
||||
|
||||
DISTNAME= Clone-0.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
COMMENT= Perl module for recursively copying datatypes
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Clone/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
devel/p5-Clone/PLIST
Normal file
1
devel/p5-Clone/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:40:51 epg Exp $
|
4
devel/p5-Clone/distinfo
Normal file
4
devel/p5-Clone/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:40:51 epg Exp $
|
||||
|
||||
SHA1 (Clone-0.15.tar.gz) = 919647f08e4f95998f3b0ec49d1d2aaa141b5d52
|
||||
Size (Clone-0.15.tar.gz) = 9269 bytes
|
Loading…
Reference in a new issue