pkgsrc/devel/p5-Scalar-Defer/Makefile
sno 2607025bfd 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
2010-03-10 19:15:24 +00:00

24 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/03/10 19:15:24 sno Exp $
#
DISTNAME= Scalar-Defer-0.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
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
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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"