pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
mef fd687cf691 Update to 0.15
--------------
0.15      2015-05-14 21:46:06Z
  - updated the tooling for generating Makefile.PL
  - removed Tie::StdHash from prereqs, which is not require()able as a module
    on its own (despite being indexed) (miyagawa, GH #3)
  - fixed the addition in release 0.14 of Hash::Util::FieldHash as a
    prerequisite (which is not available prior to perl 5.010) for pure-perl
    installations (RT#104435)
2015-05-16 13:45:45 +00:00

22 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/05/16 13:45:45 mef Exp $
DISTNAME= B-Hooks-EndOfScope-0.15
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"