Update DEPENDS Upstream changes: 0.12 Tue, 4 Dec 2012 20:13:00 +0000 * Complete pure-perl implementation in addition to the one based on Variable::Magic. You can specify the implementation explicitly by use-ing B::Hooks::EndOfScope::PP or B::Hooks::EndOfScope::XS, or by setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} to either 'XS' or 'PP' * Switch from using Sub::Exporter to the more conservative Sub::Exporter::Progressive
20 lines
670 B
Makefile
20 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/05/02 06:46:37 wen Exp $
|
|
|
|
DISTNAME= B-Hooks-EndOfScope-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-EndOfScope/
|
|
COMMENT= Perl 5 module to execute code after a scope finished compilation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Exporter-Progressive>=0.001006:../../devel/p5-Sub-Exporter-Progressive
|
|
DEPENDS+= p5-Variable-Magic>=0.48:../../devel/p5-Variable-Magic
|
|
|
|
#USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|