pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
he 6fc1351363 Update from version 0.06 to 0.07.
Pkgsrc changes:
 o Adjust dependencies to track new requirements

Upstream changes:

0.07  Fri, 20 Feb 2009 14:22:16 +0100
  * Depend on Variable::Magic 0.31 so exceptions thrown in on_scope_end
    blocks don't lose their error message.
2009-02-24 23:38:20 +00:00

22 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/02/24 23:38:20 he Exp $
#
DISTNAME= B-Hooks-EndOfScope-0.07
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.31:../../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"