summaryrefslogtreecommitdiffstats
path: root/perl-cpan/module-build/DETAILS
blob: 8da653b9662fc3066f65c876e0a4410ff394bba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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