Index: head/www/p5-HTTP-Date/Makefile =================================================================== --- head/www/p5-HTTP-Date/Makefile (revision 502132) +++ head/www/p5-HTTP-Date/Makefile (revision 502133) @@ -1,21 +1,22 @@ # Created by: Frederic Culot # $FreeBSD$ PORTNAME= HTTP-Date PORTVERSION= 6.02 PORTREVISION= 1 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 Index: head/www/p5-HTTP-Date/pkg-descr =================================================================== --- head/www/p5-HTTP-Date/pkg-descr (revision 502132) +++ head/www/p5-HTTP-Date/pkg-descr (revision 502133) @@ -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