Update pkg-descr

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-20 18:08:50 +00:00
parent a6a6c6fc82
commit 3d2833b2a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502133
2 changed files with 6 additions and 4 deletions

View file

@ -8,14 +8,15 @@ CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Conversion routines for the HTTP protocol date formats
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -1,4 +1,5 @@
HTTP::Date provides functions that perform conversions between date
formats used by the HTTP protocol.
HTTP::Date 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.
WWW: https://metacpan.org/release/HTTP-Date