[Lunar-commits] <moonbase> Module-Build: version 0.3607 added to moonbase/perl
Duncan Gibson
engelsman at lunar-linux.org
Mon Jun 7 22:04:15 CEST 2010
commit 9be2b8432173d6768634032deb53feba4bfda027
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Mon Jun 7 22:04:15 2010 +0200
Module-Build: version 0.3607 added to moonbase/perl
used to build perl modules with a Build.PL instead of Makefile.PL
---
perl/Module-Build/BUILD | 9 +++++++++
perl/Module-Build/DEPENDS | 2 ++
perl/Module-Build/DETAILS | 17 +++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/perl/Module-Build/BUILD b/perl/Module-Build/BUILD
new file mode 100644
index 0000000..94f9a70
--- /dev/null
+++ b/perl/Module-Build/BUILD
@@ -0,0 +1,9 @@
+(
+
+ perl Build.PL &&
+ ./Build &&
+ ./Build test &&
+ prepare_install &&
+ ./Build install
+
+) > $C_FIFO 2>&1
diff --git a/perl/Module-Build/DEPENDS b/perl/Module-Build/DEPENDS
new file mode 100644
index 0000000..231a3d2
--- /dev/null
+++ b/perl/Module-Build/DEPENDS
@@ -0,0 +1,2 @@
+depends YAML-Tiny
+depends Software-License
diff --git a/perl/Module-Build/DETAILS b/perl/Module-Build/DETAILS
new file mode 100644
index 0000000..e0e464f
--- /dev/null
+++ b/perl/Module-Build/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=Module-Build
+ VERSION=0.3607
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/
+ SOURCE_VFY=sha1:dde7a241bc1e4ede2497e25a4253833dc7d95469
+ WEB_SITE=http://search.cpan.org/dist/$MODULE/
+ ENTERED=20100606
+ UPDATED=20100606
+ SHORT="Build and install Perl modules"
+cat << EOF
+Module::Build is a system for building, testing, and installing Perl
+modules. It is meant to be an alternative to 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.
+EOF
More information about the Lunar-commits
mailing list