pkgsrc/devel/p5-indirect/Makefile
wen b408ce4c40 Update to 0.39
Upstream changes:
0.39    2019-07-08 12:00 UTC
        + Fix : [RT #127118] : Fails on perl >= v5.28.0 with -DDEBUGGING
                The module has been amended to accomodate with a change of
                behaviour of a core macro.
        + Upd : Contact info.
2019-08-14 01:53:32 +00:00

17 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.14 2019/08/14 01:53:32 wen Exp $
DISTNAME= indirect-0.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPIT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/indirect
COMMENT= Lexically warn about using the indirect method call syntax
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/indirect/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"