96b0a4ba22
Changes from previous: 3.84 Tue Oct 11 22:42:26 2011 - Fixed bug in string dump of objects 3.83 Thu Oct 6 23:53:04 2011 - Fix bug with NOT_SHARED in threads::shared app - Document error caused by returning non-shared objects from threads 3.82 Tue Sep 27 23:28:33 2011 - Fix obj ID reuse for shared objects in threaded app - Documented limitation regarding removing shared internal objects 3.81 Tue Mar 22 02:20:49 2011 - Faster initialization (from O(n^3) to O(n)) 3.79 Fri Dec 24 18:06:02 2010 - Bundle update 3.78 Fri Dec 24 15:35:25 2010 - POD update 3.77 Tue Dec 21 14:29:37 2010 - Test fixes for $@ changes - Test change for ??? syntax error 3.76 Mon Nov 15 00:01:50 2010 - Skip some more shared tests under 5.8.8 and prior 3.75 Tue Nov 9 15:01:06 2010 - Skip some shared tests under 5.8.8 and prior 3.74 Tue Nov 9 02:16:45 2010 - threads::shared version number in test 3.73 Mon Nov 8 18:53:00 2010 - Fix obj ID handling for shared objects in threaded app 3.72 Mon Oct 18 21:15:53 2010 - Fix obj ID handling for non-shared objects in threaded app 3.71 Wed Oct 13 18:25:20 2010 - Fixed a memory leak 3.69 Tue Sep 28 20:38:53 2010 - Fix test counts in t/27-exception.t 3.68 Thu Sep 23 17:09:21 2010 - POD note to 'use threads' in DBI applications [bug #58394] - Allow warnings for unhandled args
28 lines
871 B
Makefile
28 lines
871 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/11/12 02:56:44 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Object-InsideOut-3.84
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Exception-Class>=1.29:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-Scalar-List-Utils>=1.23:../../devel/p5-Scalar-List-Utils
|
|
|
|
# Recommended dependencies
|
|
DEPENDS+= p5-Want>=0.12:../../devel/p5-Want
|
|
DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Object/InsideOut/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|