pkgsrc/devel/p5-indirect/Makefile
wen 1ea6a5c4af Update to 0.37
Upstream changes:
0.37    2016-07-12 16:40 UTC
        + Chg : A large chunk of boilerplate XS code, which is also used in
                other XS modules, has been factored out of the main .xs file
                to a collection of .h files in the xsh subdirectory.
        + Fix : [RT #115392] : Intermittent segfaults with heredocs
                Heredocs should now be handled correctly.
                Thanks Graham Knop for reporting.
2016-07-28 07:04:21 +00:00

17 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/07/28 07:04:21 wen Exp $
DISTNAME= indirect-0.37
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"