- Updating package for p5 module Scalar::Defer from 1.18nb1 to 1.20 Upstream changes: [Changes for 0.20 - 20090-02-04] * No code changes. 0.19 dist was incorrectly built from blib [Changes for 0.19 - 20090-02-04] * Silence Scalar::Defer::Deferred::DEMOLISH warnings - SARTAK++
22 lines
625 B
Makefile
22 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/19 22:46:17 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Scalar-Defer-0.20
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Scalar/Defer/.packlist
|
|
|
|
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"
|