Initial import of ExtUtils-ParseXS-2.08
"ExtUtils::ParseXS" 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. ok sturm@
This commit is contained in:
parent
9ce363548c
commit
b759bf01e2
27
devel/p5-ExtUtils-ParseXS/Makefile
Normal file
27
devel/p5-ExtUtils-ParseXS/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/21 22:11:47 msf Exp $
|
||||
|
||||
COMMENT= "converts Perl XS code into C code"
|
||||
|
||||
DISTNAME= ExtUtils-ParseXS-2.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-ExtUtils-CBuilder
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS+= INSTALLDIRS= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-ExtUtils-ParseXS/distinfo
Normal file
3
devel/p5-ExtUtils-ParseXS/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ExtUtils-ParseXS-2.08.tar.gz) = 96a63d75e5ff2e2665ee97370690068a
|
||||
RMD160 (ExtUtils-ParseXS-2.08.tar.gz) = d4b4a7416642322be33ddca52c3a57559c2632f1
|
||||
SHA1 (ExtUtils-ParseXS-2.08.tar.gz) = ca1ffa9ce12bf42128ce757a5ad35a3de02e9202
|
3
devel/p5-ExtUtils-ParseXS/pkg/DESCR
Normal file
3
devel/p5-ExtUtils-ParseXS/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
"ExtUtils::ParseXS" 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.
|
11
devel/p5-ExtUtils-ParseXS/pkg/PLIST
Normal file
11
devel/p5-ExtUtils-ParseXS/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/21 22:11:47 msf Exp $
|
||||
${P5SITE}/ExtUtils/ParseXS.pm
|
||||
${P5SITE}/ExtUtils/xsubpp
|
||||
@comment ${P5ARCH}/auto/ExtUtils/ParseXS/.packlist
|
||||
man/man3p/ExtUtils::ParseXS.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/ExtUtils/ParseXS
|
||||
@comment @dirrm ${P5ARCH}/auto/ExtUtils
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/ExtUtils
|
Loading…
Reference in New Issue
Block a user