mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
perl/perl-Module-Build: Updated for version 0.4212.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c59aaa479f
commit
724a9e651b
3 changed files with 9 additions and 8 deletions
|
@ -2,4 +2,6 @@ perl-Module-Build (Build and install Perl modules)
|
|||
|
||||
Module::Build is a system for building, testing, and installing Perl modules.
|
||||
|
||||
It is meant to be an alternative to ExtUtils::MakeMaker.
|
||||
It is meant to be an alternative to ExtUtils::MakeMaker.
|
||||
|
||||
Optional dependency: perl-inc-latest.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for perl-Module-Build.
|
||||
|
||||
# Slackware build script for perl-Module-Build
|
||||
|
||||
# Copyright 2015 Edinaldo P. Silva <edps.mundognu@gmail.com>
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Module-Build
|
||||
VERSION=${VERSION:-0.4211}
|
||||
VERSION=${VERSION:-0.4212}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Module-Build"
|
||||
VERSION="0.4211"
|
||||
VERSION="0.4212"
|
||||
HOMEPAGE="https://metacpan.org/pod/Module::Build"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4211.tar.gz"
|
||||
MD5SUM="b30f63128ae579989d0fa7df22a46ad3"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4212.tar.gz"
|
||||
MD5SUM="e5c5ecb4425bcd33574fb47a22048520"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-CPAN-Meta perl-PAR-Dist"
|
||||
|
|
Loading…
Reference in a new issue