pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
he 8efef25eba Update from version 0.04 to 0.05.
Pkgsrc changes:
 o Update dependencies according to changed requirements.

Upstream changes:

0.05  Sun, 04 Jan 2009 20:46:07 +0100
  * Use Variable::Magic and cast %^H instead Scope::Guard and relying
    on a timely destruction of objects within %^H. This fixes using
    on_scope_end in blocks where string evals are compiled as those
    increment the refcount of objects in %^H on 5.10.
2009-01-18 23:21:21 +00:00

22 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/01/18 23:21:21 he Exp $
#
DISTNAME= B-Hooks-EndOfScope-0.05
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
DEPENDS+= p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Variable-Magic>=0:../../devel/p5-Variable-Magic
PKG_DESTDIR_SUPPORT= user-destdir
#USE_LANGUAGES= c
PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"