pkgsrc/devel/p5-Class-Autouse/Makefile
wiz 39d0c9fded Update to 1.23:
1.23 Thu Dec 29 2005
	- In moving from CVS to SVN I forgot to bring ::Parent with it.
	  (The tests passed spuriously because it found the old version.)
	- Upgraded Module::Install and shrunk Makefile.PL again to reflect
	  the new features in it.
	- Upgraded List::Util dependency to 1.18 because of memory leaks
	  and problems with non XS versions of functions we use.

1.22 Wed Dec 21 2005
	- Apparently generating spurious warnings on Perl 5.8.1
	  on Mac OS X when using SVK. Tentatively applying solution.
	- No change in functionality on any platform.
	- No need to upgrade unless you are seeing lots of warnings.
	- Rolled back the File::Spec dependency from 0.82 to 0.80
	  to avoid needless upgrades in some 5.005 and 5.006 situations.
	- Moved from older CVS repository to newer SVN repository
	- Updated Makefile.PL to Module::Install 0.45
2006-01-03 17:34:41 +00:00

22 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/01/03 17:34:41 wiz Exp $
DISTNAME= Class-Autouse-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/
COMMENT= Run-time class loading on first method call
DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
DEPENDS+= p5-Scalar-List-Utils>=1.18:../../devel/p5-Scalar-List-Utils
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Class/Autouse/.packlist
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"