d86f5e091f
- Updating package for p5 module ExtUtils::ParseXS from 1.19 to 1.20 - Allow tests using the c compiler - remove dependency to ExtUtils::CBuilder package, the is no version required and ExtUtils::CBuilder is in perl core meanwhile ... - Setting LICENSE to ${PERL5_LICENSE} according META.yml Upstream changes: 2.20 - Wed Jul 1 13:42:11 EDT 2009 - No changes from 2.19_04 2.19_04 - Mon Jun 29 11:49:12 EDT 2009 - Changed tests to use Test::More and added it to prereqs - Some tests skip if no compiler or if no dynamic loading - INTERFACE keyword tests skipped for perl < 5.8 2.19_03 - Sat Jun 27 22:51:18 EDT 2009 - Released to see updated results from smoke testers - Fix minor doc typo pulled from blead 2.19_02 - Wed Aug 6 22:18:33 2008 - Fix the usage reports to consistently report package name as well as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May] - Cleaned up a warning with -Wwrite-strings that gets passed into every parsed XS file. [Steve Peters] - Allow (pedantically correct) C pre-processor comments in the code snippets of typemap files. [Nicholas Clark]
21 lines
592 B
Makefile
21 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/07/07 22:15:45 sno Exp $
|
|
|
|
DISTNAME= ExtUtils-ParseXS-2.20
|
|
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}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|