Initial import of ExtUtils-CBuilder-0.02

This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner.  It was
motivated by the "Module::Build" project, but may be useful for other
purposes as well.  However, it is not intended as a general
cross-platform interface to all your C building needs.

ok sturm@
This commit is contained in:
msf 2004-05-21 22:09:56 +00:00
parent b6ecfac775
commit 9ce363548c
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/21 22:09:56 msf Exp $
COMMENT= "compile and link C code for Perl modules"
DISTNAME= ExtUtils-CBuilder-0.02
PKG_NAME= 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/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (ExtUtils-CBuilder-0.02.tar.gz) = 29b54b5a6bd0aca41ab35d094b4aca83
RMD160 (ExtUtils-CBuilder-0.02.tar.gz) = fb8f79297e69568bfa9dc81ce2ada2b5fbe1f49b
SHA1 (ExtUtils-CBuilder-0.02.tar.gz) = 666643eb0acef9d78766addd1a747619c25b4ce4

View File

@ -0,0 +1,5 @@
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner. It was
motivated by the "Module::Build" project, but may be useful for other
purposes as well. However, it is not intended as a general
cross-platform interface to all your C building needs.

View File

@ -0,0 +1,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/21 22:09:56 msf Exp $
${P5SITE}/ExtUtils/CBuilder.pm
${P5SITE}/ExtUtils/CBuilder/Base.pm
${P5SITE}/ExtUtils/CBuilder/Platform/Unix.pm
${P5SITE}/ExtUtils/CBuilder/Platform/VMS.pm
${P5SITE}/ExtUtils/CBuilder/Platform/Windows.pm
${P5SITE}/ExtUtils/CBuilder/Platform/aix.pm
${P5SITE}/ExtUtils/CBuilder/Platform/cygwin.pm
${P5SITE}/ExtUtils/CBuilder/Platform/darwin.pm
${P5SITE}/ExtUtils/CBuilder/Platform/os2.pm
@comment ${P5ARCH}/auto/ExtUtils/CBuilder/.packlist
man/man3p/ExtUtils::CBuilder.3p
man/man3p/ExtUtils::CBuilder::Platform::Windows.3p
@dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/ExtUtils/CBuilder
@comment @dirrm ${P5ARCH}/auto/ExtUtils
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/ExtUtils/CBuilder/Platform
@dirrm ${P5SITE}/ExtUtils/CBuilder
@dirrm ${P5SITE}/ExtUtils