diff options
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} |