perl/perl-Module-Build: Updated for version 0.4222.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-03-31 08:41:42 +07:00 committed by Willy Sudiarto Raharjo
parent 15a22d4cf8
commit 9d53e17edc
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# #
# Slackware build script for perl-Module-Build. # Slackware build script for perl-Module-Build.
# #
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Module-Build PRGNAM=perl-Module-Build
VERSION=${VERSION:-0.4220} VERSION=${VERSION:-0.4222}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -80,7 +80,7 @@ perl Build.PL \
installdirs=vendor \ installdirs=vendor \
destdir=$PKG destdir=$PKG
./Build ./Build
#./Build test ./Build test
./Build install \ ./Build install \
--install_path bindoc=/usr/man/man1 \ --install_path bindoc=/usr/man/man1 \
--install_path libdoc=/usr/man/man3 --install_path libdoc=/usr/man/man3

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Module-Build" PRGNAM="perl-Module-Build"
VERSION="0.4220" VERSION="0.4222"
HOMEPAGE="https://metacpan.org/pod/Module::Build" HOMEPAGE="https://metacpan.org/pod/Module::Build"
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4220.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4222.tar.gz"
MD5SUM="9df204e188462a4410d496f316c2c531" MD5SUM="96b2037b595b381ed730d84b9c1ff145"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-PAR-Dist" REQUIRES="perl-PAR-Dist"