2011-07-14 13:59:41 +00:00
|
|
|
# Template build file for 'perl-HTTP-Date'.
|
|
|
|
pkgname=perl-HTTP-Date
|
2013-11-23 11:16:14 +00:00
|
|
|
version=6.02
|
|
|
|
revision=1
|
2011-07-14 13:59:41 +00:00
|
|
|
wrksrc="HTTP-Date-$version"
|
2011-07-18 14:42:50 +00:00
|
|
|
build_style=perl-module
|
2013-11-23 10:57:36 +00:00
|
|
|
hostmakedepends="perl>=5.18"
|
|
|
|
makedepends="${hostmakedepends}"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="${makedepends}"
|
|
|
|
noarch="yes"
|
2011-07-14 13:59:41 +00:00
|
|
|
short_desc="HTTP::Date - date conversion routines"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2013-11-23 11:16:14 +00:00
|
|
|
homepage="http://search.cpan.org/dist/HTTP-Date"
|
2011-07-14 13:59:41 +00:00
|
|
|
license="GPL-2"
|
2013-04-14 09:13:30 +00:00
|
|
|
distfiles="${CPAN_SITE}/HTTP/HTTP-Date-$version.tar.gz"
|
2013-11-23 11:16:14 +00:00
|
|
|
checksum=e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333
|
2011-07-14 13:59:41 +00:00
|
|
|
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."
|