b759bf01e2
"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@
28 lines
577 B
Makefile
28 lines
577 B
Makefile
# $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>
|