[0.21] - When using the tie() fallback ensure we do not obliterate a foreign tie() - Better document how to disable the tie() fallback [0.20_01] (the "mst made me do it" release) - Only invoke the deleted sub stashing if we run udner a debugger (avoid runtime penalty of Sub::Name/Sub::Identify) - Spellfixes (RT#54388) - When B::Hooks::EndOfScope is not available, switch to a simple tie() of %^H. While it can not 100% replace B::H::EOS, it does everything n::c needs [0.20] - Bump Package::Stash dependency to 0.22 to pull in a bugfix in Package::Stash::XS 0.19. [0.19] - Port to the new Package::Stash 0.18 API and depend on it. - Don't rely on package::stash's remove_package_symbol implementation (doy).
24 lines
772 B
Makefile
24 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/08/18 11:53:02 abs Exp $
|
|
|
|
DISTNAME= namespace-clean-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=namespace/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/namespace-clean/
|
|
COMMENT= Perl module to keep imports and functions out of your namespace
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-B-Hooks-EndOfScope>=0.07:../../devel/p5-B-Hooks-EndOfScope
|
|
DEPENDS+= p5-Package-Stash>=0.23:../../devel/p5-Package-Stash
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/namespace/clean/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|