pkgsrc/devel/p5-Object-InsideOut/Makefile
he 8dd21448a0 Update from version 3.45nb1 to 3.52.
Upstream changes:

3.52 Mon Oct 27 11:16:19 2008
	- Upgraded dependencies to Exception::Class 1.26

3.51 Thu Oct 23 20:18:23 2008
	- Fix issues with Exception::Class 1.25

3.49 Fri Oct 17 18:33:46 2008
	- Call all :Destroy methods before deleting field data

3.48 Wed Oct 15 20:05:20 2008
	- Fix runtime loading of classes with multiple inheritance

3.47 Mon Oct  6 18:50:26 2008
	- Proper implementation of ->isa()/->can()

3.46 Fri Oct  3 21:01:59 2008
	- Support Test::MockObject
2008-11-17 04:08:55 +00:00

23 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/11/17 04:08:55 he Exp $
#
DISTNAME= Object-InsideOut-3.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Object-InsideOut/
COMMENT= Perl 5 module providing comprehensive inside-out object support
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Exception-Class>=1.22:../../devel/p5-Exception-Class
DEPENDS+= p5-Want>=0.12:../../devel/p5-Want
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Object/InsideOut/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"