[Midnightbsd-cvs] mports: devel/p5-Clone: Add clone perl module.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Sep 1 22:49:24 EDT 2007


Log Message:
-----------
Add clone perl module.

Added Files:
-----------
    mports/devel/p5-Clone:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/p5-Clone/pkg-descr
@@ -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 at cpan.org>
+WWW: http://search.cpan.org/dist/Clone/
+
+-Anton
+<tobez at FreeBSD.org>
--- /dev/null
+++ devel/p5-Clone/pkg-plist
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/Clone.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/Clone.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/Clone.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone
--- /dev/null
+++ devel/p5-Clone/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for:	devel/p5-Clone
+# Date created:				05 June 2002
+# Whom:					Anton Berezin <tobez at FreeBSD.org>
+#
+# $FreeBSD: ports/devel/p5-Clone/Makefile,v 1.9 2007/08/21 08:20:58 tobez Exp $
+# $MidnightBSD: mports/devel/p5-Clone/Makefile,v 1.1 2007/09/02 02:49:24 ctriv Exp $
+#
+
+PORTNAME=	Clone
+PORTVERSION=	0.27
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Clone
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ctriv at MidnightBSD.org
+COMMENT=	Clone - recursively copy Perl datatypes
+LICESE=		perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Clone.3
+
+post-patch:
+	${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>
+
--- /dev/null
+++ devel/p5-Clone/distinfo
@@ -0,0 +1,3 @@
+MD5 (Clone-0.27.tar.gz) = 8f4ec3080272434f417d5e67a42163fc
+SHA256 (Clone-0.27.tar.gz) = fcc605fa2540ebe4b7d60dd5234712e3ff590f9def129737371f41e405f911af
+SIZE (Clone-0.27.tar.gz) = 11120


More information about the Midnightbsd-cvs mailing list