pkgsrc/devel/p5-ExtUtils-ParseXS/Makefile
abs 1cd4ad1142 Updated devel/p5-ExtUtils-ParseXS 2.15 -> 2.18
2.18

 - Added some UNITCHECK stuff, which (I think) makes XS code able to
   do UNITCHECK blocks. [Nicholas Clark]

 - Changed 'use re "eval";' to 'BEGIN { $^H |= 0x00200000 };' so we
   can compile re.xs in bleadperl. [Yves Orton]

 - Fix an undefined-variable warning related to 'inout' parameter
   processing.

2.17 - Mon Nov 20 17:07:27 2006

 - Stacked $filepathname to make #line directives in #INCLUDEs work.
   [Nicholas Clark]

 - Sprinked dVAR in with dXSARGS, for God-(Jarkko)-knows-what
   reason. [Jarkko Hietaniemi]

 - Use printf-style formats in Perl_croak() for some significant
   savings in number of distinct constant strings in the linked
   binaries we create. [Alexey Tourbin]

 - Don't use 'class' as a variable name in the t/XSTest.xs module,
   since that's a keyword in C++. [Jarkko Hietaniemi]

2.16  Fri Sep 15 22:33:24 CDT 2006

 - Fix a problem with PREFIX not working inside INTERFACE
   sections. [Salvador Fandin~o]
2007-06-09 23:32:58 +00:00

18 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/06/09 23:32:58 abs Exp $
DISTNAME= ExtUtils-ParseXS-2.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5epx
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
COMMENT= Perl5 module for converting Perl XS code into C code
PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"