mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Add p5-Clone, a perl module to recursively copy Perl datatypes.
This commit is contained in:
parent
8520c5964f
commit
21cc81d968
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60665
6 changed files with 43 additions and 0 deletions
|
@ -385,6 +385,7 @@
|
|||
SUBDIR += p5-Class-Tom
|
||||
SUBDIR += p5-Class-Trigger
|
||||
SUBDIR += p5-Class-WhiteHole
|
||||
SUBDIR += p5-Clone
|
||||
SUBDIR += p5-Config-Ini
|
||||
SUBDIR += p5-Config-IniFiles
|
||||
SUBDIR += p5-Config-Setting
|
||||
|
|
25
devel/p5-Clone/Makefile
Normal file
25
devel/p5-Clone/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: devel/p5-Clone
|
||||
# Date created: 05 June 2002
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Clone
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Clone
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Clone.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Clone/distinfo
Normal file
1
devel/p5-Clone/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Clone-0.13.tar.gz) = 7ac73b0ac51c6520c6e42765d5d1b622
|
1
devel/p5-Clone/pkg-comment
Normal file
1
devel/p5-Clone/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Clone - recursively copy Perl datatypes
|
9
devel/p5-Clone/pkg-descr
Normal file
9
devel/p5-Clone/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
This perl module provides a clone() method which makes recursive copies
|
||||
of nested hash, array, scalar and reference types, including tied
|
||||
variables and objects.
|
||||
|
||||
Author: Ray Finch <rdf@cpan.org>
|
||||
WWW: http://search.cpan.org/search?dist=Clone
|
||||
|
||||
-Anton
|
||||
<tobez@FreeBSD.org>
|
6
devel/p5-Clone/pkg-plist
Normal file
6
devel/p5-Clone/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Clone/Clone.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Clone/Clone.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Clone/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Clone/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Clone.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Clone
|
Loading…
Add table
Reference in a new issue