Update pkg-descr
- Take maintainership
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue