pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
wiz d3c2938a73 p5-B-Hooks-EndOfScope: update to 0.24.
0.24      2018-04-21 14:11:08Z
  - no changes since last trial release

0.23      2018-03-17 23:33:09Z (TRIAL RELEASE)
  - improve use of constants in compile-time perl version checks

0.22      2018-03-17 19:31:37Z (TRIAL RELEASE)
  - Fix memory corruption on perls 5.8.0 - 5.8.3
2018-04-26 13:34:05 +00:00

22 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.23 2018/04/26 13:34:05 wiz Exp $
DISTNAME= B-Hooks-EndOfScope-0.24
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"