diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-08 07:54:36 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-08 07:54:36 +0000 |
commit | a0b275b00ea4a64b97f415b2bfaf78b2d46088f8 (patch) | |
tree | 6e4215f8bee610f3d2b32ee4d74b1757308b1512 | |
parent | 7f96da5d65a848935c1790d3919f415169cfa618 (diff) | |
download | pkgsrc-a0b275b00ea4a64b97f415b2bfaf78b2d46088f8.tar.gz |
Import perl module Clone::Fast into devel/p5-Clone-Fast. This
package is required to update www/p5-Catalyst-Plugin-Server.
This module is a very optimized version of Clone::More. By taking
advantage of one of Clone::More's 'OPTIMIZATION_HACKS' as well as
removing all the Pure Perl from the "More.pm"
-rw-r--r-- | devel/p5-Clone-Fast/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Clone-Fast/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Clone-Fast/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Clone-Fast/DESCR b/devel/p5-Clone-Fast/DESCR new file mode 100644 index 00000000000..82b0a6a7787 --- /dev/null +++ b/devel/p5-Clone-Fast/DESCR @@ -0,0 +1,3 @@ +This module is a very optimized version of Clone::More. By taking +advantage of one of Clone::More's 'OPTIMIZATION_HACKS' as well as +removing all the Pure Perl from the "More.pm" diff --git a/devel/p5-Clone-Fast/Makefile b/devel/p5-Clone-Fast/Makefile new file mode 100644 index 00000000000..076dccda394 --- /dev/null +++ b/devel/p5-Clone-Fast/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/08 07:54:36 hiramatsu Exp $ + +DISTNAME= Clone-Fast-0.92 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Clone-Fast/ +COMMENT= Natively copying Perl data structures +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Clone/Fast/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Clone-Fast/distinfo b/devel/p5-Clone-Fast/distinfo new file mode 100644 index 00000000000..bf6f29df827 --- /dev/null +++ b/devel/p5-Clone-Fast/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/08 07:54:36 hiramatsu Exp $ + +SHA1 (Clone-Fast-0.92.tar.gz) = c36a06b924ef2b23122d87778e592faa6ce3f6de +RMD160 (Clone-Fast-0.92.tar.gz) = 8b38ad97b0975487eac48670e18a64cea8d30f22 +Size (Clone-Fast-0.92.tar.gz) = 50297 bytes |