pkgsrc/devel/p5-Devel-Leak-Object/Makefile
sno f680c31aa8 Updating devel/p5-Devel-Leak-Object from 1.00nb1 to 1.01
pkgsrc changes:
- switch to Module::Install::Bundled

Upstream changes:
1.01 Wed 16 Jun 2010
	- Upgraded to Module::Install::DSL 0.99
	- warn rather than die for objects that don't conform to our assumptions
	- list tracked source line only once
	- list the next caller in the stack if bless is called by the
	  class's new()
	- add a checkpoint() status which lists new classes created (and
	  not destroyed) since the last call to checkpoint()
2010-08-31 05:28:21 +00:00

20 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/08/31 05:28:21 sno Exp $
DISTNAME= Devel-Leak-Object-1.01
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Devel::Devel::Leak
COMMENT= perl module to detect leaks of objects
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Devel/Leak/Object/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"