64fa4cecce
Collection. This Perl 5 module will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. The compiler uses typemaps to determine how to map C function parameters and variables to Perl values.
18 lines
557 B
Makefile
18 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $
|
|
|
|
DISTNAME= ExtUtils-ParseXS-2.15
|
|
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"
|