From 5c4204406857c0646e99bd6247caff410909c929 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 14 Jul 2011 07:59:41 -0600 Subject: [PATCH] New package: perl-HTTP-Date-6.00. --- srcpkgs/perl-HTTP-Date/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/perl-HTTP-Date/template diff --git a/srcpkgs/perl-HTTP-Date/template b/srcpkgs/perl-HTTP-Date/template new file mode 100644 index 0000000000..fc9abfa39f --- /dev/null +++ b/srcpkgs/perl-HTTP-Date/template @@ -0,0 +1,19 @@ +# Template build file for 'perl-HTTP-Date'. +pkgname=perl-HTTP-Date +version=6.00 +wrksrc="HTTP-Date-$version" +distfiles="${CPAN_SITE}/HTTP/HTTP-Date-$version.tar.gz" +build_style=perl_module +short_desc="HTTP::Date - date conversion routines" +maintainer="davehome " +homepage="http://search.cpan.org/~gaas/HTTP-Date-6.00/lib/HTTP/Date.pm" +license="GPL-2" +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." + +noarch=yes + +Add_dependency full perl