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)
16 lines
435 B
Makefile
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"
|