diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-02-04 15:01:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:06 +0700 |
commit | ca3824114d95b70f299f42990addc00fef71d374 (patch) | |
tree | 45fcf33b1d4bf9a014bd869a38bc540d47688bb5 /perl | |
parent | 825a4e1238db088170058f876ca2d15abf301bb8 (diff) | |
download | slackbuilds-ca3824114d95b70f299f42990addc00fef71d374.tar.gz |
perl/perl-extutils-makemaker: Updated for version 7.25.01.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-extutils-makemaker/README | 2 | ||||
-rw-r--r-- | perl/perl-extutils-makemaker/perl-extutils-makemaker.SlackBuild | 14 | ||||
-rw-r--r-- | perl/perl-extutils-makemaker/perl-extutils-makemaker.info | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/perl/perl-extutils-makemaker/README b/perl/perl-extutils-makemaker/README index 3b598c2c06..27831c503f 100644 --- a/perl/perl-extutils-makemaker/README +++ b/perl/perl-extutils-makemaker/README @@ -1,4 +1,4 @@ perl-extutils-makemaker (ExtUtils::MakeMaker - Create a module Makefile) -This utility is designed to write a Makefile for an extension module +This utility is designed to write a Makefile for an extension module from a Makefile.PL. diff --git a/perl/perl-extutils-makemaker/perl-extutils-makemaker.SlackBuild b/perl/perl-extutils-makemaker/perl-extutils-makemaker.SlackBuild index 300ad51811..ff0ad1981c 100644 --- a/perl/perl-extutils-makemaker/perl-extutils-makemaker.SlackBuild +++ b/perl/perl-extutils-makemaker/perl-extutils-makemaker.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-extutils-makemaker. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-extutils-makemaker -VERSION=${VERSION:-7.24} +VERSION=${VERSION:-7.25.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,14 +56,16 @@ fi set -e -SRCNAM=ExtUtils-MakeMaker +SRCNAM="ExtUtils-MakeMaker" +SRCVER="7.25_01" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz +mv $SRCNAM-$SRCVER $PRGNAM-$VERSION +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/perl/perl-extutils-makemaker/perl-extutils-makemaker.info b/perl/perl-extutils-makemaker/perl-extutils-makemaker.info index 243ba0510a..e3d9abec10 100644 --- a/perl/perl-extutils-makemaker/perl-extutils-makemaker.info +++ b/perl/perl-extutils-makemaker/perl-extutils-makemaker.info @@ -1,8 +1,8 @@ PRGNAM="perl-extutils-makemaker" -VERSION="7.24" +VERSION="7.25.01" HOMEPAGE="https://metacpan.org/pod/ExtUtils::MakeMaker" -DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.24.tar.gz" -MD5SUM="15c67ba2ea2c9e20a3d976b738adb113" +DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.25_01.tar.gz" +MD5SUM="6c09a80e20c47bd257cb1d43206b86d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |