5f4f2d4fa7
Pkgsrc changes: - Set LICENSE Upstream changes: 1.10 Mon Aug 24 20:44:46 EDT 2009 Bug fixes: - changed method of calling Exporter::import() to avoid confusing DProf - fixed detection of missing 'weaken' function in newer Scalar::Util (fixes test t/15_no_weaken_fallback.t) (RT#47623) Other: - cleanup: eliminate test warning from bogus superclass in a test class - docs: Noted that set_hooks aren't called by new() (RT#48106)
20 lines
540 B
Makefile
20 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/26 01:14:23 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Class-InsideOut-1.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-InsideOut/
|
|
COMMENT= Perl 5 safe and simple inside-out object construction kit
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Class/InsideOut/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|