summaryrefslogtreecommitdiffstats
path: root/perl-cpan/module-build/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cpan/module-build/DETAILS')
-rwxr-xr-xperl-cpan/module-build/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-cpan/module-build/DETAILS b/perl-cpan/module-build/DETAILS
new file mode 100755
index 0000000000..8da653b966
--- /dev/null
+++ b/perl-cpan/module-build/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=module-build
+ VERSION=0.4214
+ SOURCE="Module-Build-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/L/LE/LEONT/${SOURCE}
+ SOURCE_HASH=sha512:33bc4adfd21cfa3ff3489fd4ed2a6dfd9b4bd9bcdb7839a76088876fcf5bc9b435c2d246e9eee60a6ae3ac6c6d06a377d8dc0440ec725a4985a8dd1746c445b2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Build-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~leont/Module-Build-${VERSION}/lib/Module/Build.pm"
+ LICENSE[0]=ART
+ ENTERED=20150718
+ 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