pkgsrc/devel/p5-indirect/Makefile
wiz bc34132863 p5-indirect: update to 0.38.
0.38    2017-11-04 15:40 UTC
        + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.
2017-11-08 20:51:53 +00:00

17 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.10 2017/11/08 20:51:53 wiz Exp $
DISTNAME= indirect-0.38
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPIT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/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"