void-packages/srcpkgs/perl-HTTP-Date/template
2013-11-23 11:57:36 +01:00

27 lines
830 B
Plaintext

# Template build file for 'perl-HTTP-Date'.
pkgname=perl-HTTP-Date
version=6.00
revision=2
wrksrc="HTTP-Date-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}"
short_desc="HTTP::Date - date conversion routines"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTTP-Date-6.00/lib/HTTP/Date.pm"
license="GPL-2"
distfiles="${CPAN_SITE}/HTTP/HTTP-Date-$version.tar.gz"
checksum=466f7328a1ff465e64c57d18ba2bf5a577fe137c126850e9680d7792a3b3d996
long_desc="
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more). Only the first two functions, time2str() and
str2time(), are exported by default."
perl-HTTP-Date_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove all
}
}