summaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-Defer/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-03-10 19:15:24 +0000
committersno <sno@pkgsrc.org>2010-03-10 19:15:24 +0000
commitcb1b1c799f56a9d620a6b1068d785a7fd88012ee (patch)
tree4371d5c57f5f11e97d9abae8dee823793ef9c732 /devel/p5-Scalar-Defer/Makefile
parent9a5820f70930b3ed2074b5608a0f39b22787add6 (diff)
downloadpkgsrc-cb1b1c799f56a9d620a6b1068d785a7fd88012ee.tar.gz
Updating devel/p5-Scalar-Defer from 0.20 to 0.23
pkgsrc changes: - Add license definition - Add module type definition Upstream changes: [Changes for 0.23 - 0210-02-17] * Fix for [rt.cpan.org #54609] If Scalar::Defer is loaded after a thread is created, no more threads can be started. - SPROUT [Changes for 0.22 - 2010-01-29] * No code changes; note performance problems under 5.8.9 [Changes for 0.21 - 2010-01-18] * Upgrade to a newer Module::Install
Diffstat (limited to 'devel/p5-Scalar-Defer/Makefile')
-rw-r--r--devel/p5-Scalar-Defer/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Scalar-Defer/Makefile b/devel/p5-Scalar-Defer/Makefile
index 46fca7b8c53..14a9deff30d 100644
--- a/devel/p5-Scalar-Defer/Makefile
+++ b/devel/p5-Scalar-Defer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/05/19 22:46:17 sno Exp $
+# $NetBSD: Makefile,v 1.4 2010/03/10 19:15:24 sno Exp $
#
-DISTNAME= Scalar-Defer-0.20
+DISTNAME= Scalar-Defer-0.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
@@ -9,11 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Scalar-Defer/
COMMENT= Perl 5 module providing lazy evaluation
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Scalar/Defer/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Scalar/Defer/.packlist
+PERL5_MODULE_TYPE= Module::Install::Bundled
DEPENDS+= p5-Class-InsideOut-[0-9]*:../../devel/p5-Class-InsideOut
DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite