Add p5-ExtUtils-CBuilder 0.01, compile and link C code for Perl modules.

This commit is contained in:
Mathieu Arnold 2004-02-20 13:52:00 +00:00
parent e61fd6cd3c
commit 9e35da574c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101490
5 changed files with 55 additions and 0 deletions

View File

@ -682,6 +682,7 @@
SUBDIR += p5-Event
SUBDIR += p5-Exception-Class
SUBDIR += p5-Exporter-Lite
SUBDIR += p5-ExtUtils-CBuilder
SUBDIR += p5-ExtUtils-Depends
SUBDIR += p5-ExtUtils-ParseXS
SUBDIR += p5-ExtUtils-PkgConfig

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: ExtUtils::CBuilder
# Date created: 20 Feb 2004
# Whom: Mathieu Arnold <mat@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ExtUtils-CBuilder
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ExtUtils
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Compile and link C code for Perl modules
PERL_CONFIGURE= yes
MAN3= ExtUtils::CBuilder.3 ExtUtils::CBuilder::Platform::Windows.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500600
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (ExtUtils-CBuilder-0.01.tar.gz) = e318cf8a2f53a11091bb535283818dcc
SIZE (ExtUtils-CBuilder-0.01.tar.gz) = 10248

View File

@ -0,0 +1,8 @@
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. That would have been a much more ambitious goal!
--
mat

View File

@ -0,0 +1,15 @@
%%SITE_PERL%%/ExtUtils/CBuilder.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Base.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/Unix.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/VMS.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/Windows.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/aix.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/cygwin.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/darwin.pm
%%SITE_PERL%%/ExtUtils/CBuilder/Platform/os2.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/CBuilder/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/CBuilder
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
@dirrm %%SITE_PERL%%/ExtUtils/CBuilder/Platform
@dirrm %%SITE_PERL%%/ExtUtils/CBuilder
@unexec rmdir %D/%%SITE_PERL%%/ExtUtils 2>/dev/null || true