17 lines
545 B
Bash
17 lines
545 B
Bash
# Template build file for 'perl-Date-Manip'.
|
|
pkgname=perl-Date-Manip
|
|
version=6.60
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="perl"
|
|
noarch=yes
|
|
short_desc="Date manipulation routines"
|
|
maintainer="John Regan <john@jrjrtech.com>"
|
|
license="Artistic, GPL-1"
|
|
homepage="http://search.cpan.org/dist/${pkgname/perl-/}/"
|
|
distfiles="${CPAN_SITE}/Date/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=7e20d6ffa0f8e32454098b4d397b8036764e90f171156375a81cc7e55a4f434f
|