mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Module-Build: Updated for version 0.4214.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
467451cf63
commit
fa660babe1
4 changed files with 13 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
perl-Module-Build (Build and install Perl modules)
|
||||
perl-Module-Build (Build and install Perl modules).
|
||||
|
||||
Module::Build is a system for building, testing, and installing Perl modules.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for perl-Module-Build.
|
||||
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -22,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Module-Build
|
||||
VERSION=${VERSION:-0.4212}
|
||||
VERSION=${VERSION:-0.4214}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Module-Build"
|
||||
VERSION="0.4212"
|
||||
VERSION="0.4214"
|
||||
HOMEPAGE="https://metacpan.org/pod/Module::Build"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4212.tar.gz"
|
||||
MD5SUM="e5c5ecb4425bcd33574fb47a22048520"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz"
|
||||
MD5SUM="7b7ca5a47bef48c50c8b5906ca3ac7fb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-CPAN-Meta perl-PAR-Dist"
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
perl-Module-Build: perl-Module-Build (Build and install Perl modules)
|
||||
perl-Module-Build: perl-Module-Build (Build and install Perl modules).
|
||||
perl-Module-Build:
|
||||
perl-Module-Build: Module::Build is a system for building, testing,
|
||||
perl-Module-Build: and installing Perl modules.
|
||||
perl-Module-Build:
|
||||
perl-Module-Build: It is meant to be an alternative to
|
||||
perl-Module-Build: ExtUtils::MakeMaker
|
||||
perl-Module-Build: Module::Build is a system for building, testing, and installing
|
||||
perl-Module-Build: Perl modules.
|
||||
perl-Module-Build:
|
||||
perl-Module-Build: It is meant to be an alternative to ExtUtils::MakeMaker.
|
||||
perl-Module-Build:
|
||||
perl-Module-Build: Home page: https://metacpan.org/pod/Module::Build
|
||||
perl-Module-Build:
|
||||
perl-Module-Build:
|
||||
perl-Module-Build:
|
||||
|
|
Loading…
Reference in a new issue