pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
sno c6d6774324 PkgSrc changes:
- Updating package for p5 module B::Hooks::EndOfScope to 0.08
  - Updating dependency to Variable::Magic to 0.34 according to upstream
    changes

Upstream changes:
0.08  Sun, 19 Apr 2009 19:15:44 +0200
  * Depend on Variable::Magic 0.34 so exceptions during compile time that
    trigger a destructor don't cause an exception on 5.10 anymore.
2009-04-22 08:50:02 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/04/22 08:50:02 sno Exp $
#
DISTNAME= B-Hooks-EndOfScope-0.08
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.34:../../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"