pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
wiz 19f049898e Update to 0.13. Add some missing dependencies.
0.13      2014-01-07 21:17:39Z
  - Variable::Magic added as a runtime recommendation for greater visibility
    (RT#89245)
  - fixed broken logic in compiler detection on older perls
  - fixed inaccurate repository metadata
2014-09-07 12:17:58 +00:00

22 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/09/07 12:17:58 wiz Exp $
DISTNAME= B-Hooks-EndOfScope-0.13
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
DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
#USE_LANGUAGES= c
PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"