pkgsrc/devel/p5-ExtUtils-ParseXS/Makefile
wiz 3957f4412c p5-ExtUtils-ParseXS: update to 3.35.
3.35 - Mon Jul 31 17:50:00 CET 2017
  - Fix ExtUtils-ParseXS/t/*.t that needed '.' in @INC (David Mitchell)
  - Remove impediment to compiling under C++11 (Karl Williamson)
  - Make build reproducinle (Chris Lamb)
  - (perl #127834) remove . from the end of @INC if complex modules
    are loaded (Tony Cook)
  - Replace :: with __ in THIS like it's done for parameters/return
    values (Mattia Barbon)
2017-09-17 10:30:45 +00:00

17 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.31 2017/09/17 10:30:45 wiz Exp $
DISTNAME= ExtUtils-ParseXS-3.35
PKGNAME= p5-${DISTNAME}
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
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"