Initial import of Module-Build-0.25

"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.

ok sturm@
This commit is contained in:
msf 2004-05-26 11:16:49 +00:00
parent fb4bdf38be
commit d00550f237
5 changed files with 96 additions and 0 deletions

15
devel/p5-Module-Build/ Normal file
View File

@ -0,0 +1,15 @@
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: ----------------------------------------------------------------------
Initial import of Module-Build-0.25
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.
ok sturm@

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 11:16:49 msf Exp $
COMMENT= "build and install Perl modules"
V= 0.25
DISTNAME= Module-Build-${V}
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:=Module/}
CONFIGURE_STYLE= perl modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::archivers/p5-Archive-Tar \
::devel/p5-ExtUtils-ParseXS \
::devel/p5-YAML
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Module-Build-0.25.tar.gz) = fbcf9fcbd1de321eb781ee8271bffd73
RMD160 (Module-Build-0.25.tar.gz) = 914a042b4898a1da9058c0c95273e1f9887ae526
SHA1 (Module-Build-0.25.tar.gz) = 5a0e96c4bde82ea59726842c4d1604e235424035

View File

@ -0,0 +1,6 @@
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.

View File

@ -0,0 +1,43 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 11:16:49 msf Exp $
${P5SITE}/Module/Build.pm
${P5SITE}/Module/Build/Base.pm
${P5SITE}/Module/Build/Compat.pm
${P5SITE}/Module/Build/Cookbook.pm
${P5SITE}/Module/Build/PPMMaker.pm
${P5SITE}/Module/Build/Platform/Amiga.pm
${P5SITE}/Module/Build/Platform/Default.pm
${P5SITE}/Module/Build/Platform/EBCDIC.pm
${P5SITE}/Module/Build/Platform/MPEiX.pm
${P5SITE}/Module/Build/Platform/MacOS.pm
${P5SITE}/Module/Build/Platform/RiscOS.pm
${P5SITE}/Module/Build/Platform/Unix.pm
${P5SITE}/Module/Build/Platform/VMS.pm
${P5SITE}/Module/Build/Platform/VOS.pm
${P5SITE}/Module/Build/Platform/Windows.pm
${P5SITE}/Module/Build/Platform/aix.pm
${P5SITE}/Module/Build/Platform/cygwin.pm
${P5SITE}/Module/Build/Platform/darwin.pm
${P5SITE}/Module/Build/Platform/os2.pm
${P5SITE}/Module/Build/PodParser.pm
man/man3/Module::Build.3p
man/man3/Module::Build::Base.3p
man/man3/Module::Build::Compat.3p
man/man3/Module::Build::Cookbook.3p
man/man3/Module::Build::PPMMaker.3p
man/man3/Module::Build::Platform::Amiga.3p
man/man3/Module::Build::Platform::Default.3p
man/man3/Module::Build::Platform::EBCDIC.3p
man/man3/Module::Build::Platform::MPEiX.3p
man/man3/Module::Build::Platform::MacOS.3p
man/man3/Module::Build::Platform::RiscOS.3p
man/man3/Module::Build::Platform::Unix.3p
man/man3/Module::Build::Platform::VMS.3p
man/man3/Module::Build::Platform::VOS.3p
man/man3/Module::Build::Platform::Windows.3p
man/man3/Module::Build::Platform::aix.3p
man/man3/Module::Build::Platform::cygwin.3p
man/man3/Module::Build::Platform::darwin.3p
man/man3/Module::Build::Platform::os2.3p
@dirrm ${P5SITE}/Module/Build/Platform
@dirrm ${P5SITE}/Module/Build
@dirrm ${P5SITE}/Module