ExtUtils::ParseXS from 3.05 to 3.11. Upstream changes: 3.11 - Thu Dec 29 17:55:00 CET 2011 - Version/distribution fixes. 3.09 - Wed Dec 28 18:48:00 CET 2011 - Escape double quotes of file names/commands in #line directives. 3.08 - Mon Dec 19 18:03:00 CET 2011 - Silence undefined-value-in-addition warning (Nothing serious, just happened sometimes when reporting line numbers for errors. But warning during build process.) 3.07 - Wed Dec 7 14:10:00 CET 2011 - Fix inconsistent versioning in 3.06. 3.06 - Fri Dec 2 08:10:00 CET 2011 - Fix Cygwin issues [Tony Cook] avoid conflicting static / dllexport on legacy perls too This probably fixes rt.cpan.org 72313 and 71964. (3928a66ad4bd8aee704eda1942b7877c0ff1ab2c in core) - Convert ` to ' [James Keenan] 55bee391aeff3c3b8d22fa4ce5491ee9440028aa and 6dfee1ec62c64d7afe8ced4650596dd9e7f71a63 in core - Avoid some test-time warnings [Zefram] 97bae9c59cd181b3b54061213ec1fdce0ccb30d4 in core
20 lines
562 B
Makefile
20 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/01/31 07:44:45 sno Exp $
|
|
|
|
DISTNAME= ExtUtils-ParseXS-3.11
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|