pkgsrc/devel/p5-Ref-Util-XS/Makefile
wiz 2c22fe15e4 p5-Ref-Util-XS: update to 0.117.
0.117     2018-01-31 12:47:11+01:00 Europe/Amsterdam

        * Allow the custom OPs to be deparsed with B::Deparse.
          (Graham @haarg Knop)
        * Optimize the shared object size by moving common call checker
          logic into a function. (James Raspass)
2018-02-25 17:29:49 +00:00

16 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/02/25 17:29:49 wiz Exp $
DISTNAME= Ref-Util-XS-0.117
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Ref/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Ref-Util-XS/
COMMENT= XS implementation for Ref::Util
LICENSE= mit
PERL5_PACKLIST= auto/Ref/Util/XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"