pkgsrc/devel/p5-Devel-Hide/Makefile
mef a844f48cd4 (devel/p5-Devel-Hide) Updated to 0.0013
0.0013      2020-01-16
   - Cope with changes to how the hints hash works in perl 5.31.7

0.0012      2020-01-15
   - Add -lexically argument to import() to support hiding modules
     just during the current scope

0.0011      2020-02-12
   - Fix https://rt.cpan.org/Public/Bug/Display.html?id=120220
   - Fix https://rt.cpan.org/Public/Bug/Display.html?id=120221
   - Add -quiet option to suppress some notices
2020-02-22 14:14:59 +00:00

16 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/02/22 14:14:59 mef Exp $
DISTNAME= Devel-Hide-0.0013
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Devel-Hide
COMMENT= Meatier versions of caller
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Devel/Hide/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"