diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2015-08-28 00:36:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-28 00:36:44 +0700 |
commit | 48043e3a43c1dcac011d406b4a0312f9401c98b3 (patch) | |
tree | 85c65d96dfb777531fb7b92fcc0840316c424374 /perl/perl-Date-Calc/perl-Date-Calc.SlackBuild | |
parent | a6af6bf9da39d46c9ca831ff6b03266588bd00f9 (diff) | |
download | slackbuilds-48043e3a43c1dcac011d406b4a0312f9401c98b3.tar.gz |
perl/perl-Date-Calc: Updated for version 6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Date-Calc/perl-Date-Calc.SlackBuild')
-rw-r--r-- | perl/perl-Date-Calc/perl-Date-Calc.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild b/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild index 2717159dd6..6410d4bce2 100644 --- a/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild +++ b/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild @@ -3,7 +3,8 @@ # Slackware Package Build Script for perl modules: Date::Calc # Home Page http://search.cpan.org/dist/Date-Calc/ -# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant@mnspace.net) +# Copyright (c) 2008-2015, Nishant Limbachia, Hoffman Estates, IL, USA +# (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -24,9 +25,9 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=Date-Calc -PRGNAM=perl-Date-Calc -VERSION=6.3 +SRCNAM="Date-Calc" +PRGNAM="perl-Date-Calc" +VERSION=${VERSION:-6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |