pkgsrc/devel/p5-Class-Load-XS/Makefile
wiz 159de43f9e Update to 0.06:
0.06     2012-10-08

- Fixed some broken logic that lead to a segfault from the
  014-weird-constants.t test on some Perls (but unfortunately not the one I
  test with by default). Reported by Chisel Wright (and several other
  people). RT #80059.


0.05     2012-10-07

- Require Class::Load 0.20 in the code (not just the distro metadata). This
  keeps the tests in sync, and this module needed at least 0.11
  anyway. Reported by Father Chrysostomos. RT #80002.

- Weird classes with either an ISA or VERSION constant (who does that?) would
  cause the XS to blow up badly. Reported by Father Chrysostomos. RT #79998.
2012-10-21 22:36:35 +00:00

27 lines
868 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/21 22:36:35 wiz Exp $
DISTNAME= Class-Load-XS-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-Load-XS/
COMMENT= XS implementation of parts of Class::Load
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Load>=0.15:../../devel/p5-Class-Load
BUILD_DEPENDS+= p5-Module-Implementation>=0.04:../../devel/p5-Module-Implementation
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Class/Load/XS/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"