diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-04-14 07:39:35 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-04-14 07:39:35 +0000 |
commit | d6572baf02172c46eaf7e16c3731ae0c68232d08 (patch) | |
tree | b83cf46d994106b8c2e882e75bcb5e828470912c | |
parent | 34d6bfea93c1454aea45b99d0f1db0f45a68591d (diff) | |
download | ports-d6572baf02172c46eaf7e16c3731ae0c68232d08.tar.gz ports-d6572baf02172c46eaf7e16c3731ae0c68232d08.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-Date/Makefile | 21 | ||||
-rw-r--r-- | www/p5-HTTP-Date/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTTP-Date/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Date/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2c6815402dfd..364ac3bf1cda 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1042,6 +1042,7 @@ SUBDIR += p5-HTTP-Cookies-w3m SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-Daemon-SSL + SUBDIR += p5-HTTP-Date SUBDIR += p5-HTTP-Engine SUBDIR += p5-HTTP-Engine-Middleware SUBDIR += p5-HTTP-Exception diff --git a/www/p5-HTTP-Date/Makefile b/www/p5-HTTP-Date/Makefile new file mode 100644 index 000000000000..1651b2cc68a0 --- /dev/null +++ b/www/p5-HTTP-Date/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-HTTP-Date +# Date created: 2011-04-14 +# Whom: Frederic Culot <culot@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Date +PORTVERSION= 6.00 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Conversion routines for the HTTP protocol date formats + +PERL_CONFIGURE= yes + +MAN3= HTTP::Date.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Date/distinfo b/www/p5-HTTP-Date/distinfo new file mode 100644 index 000000000000..84bcf61ee8ec --- /dev/null +++ b/www/p5-HTTP-Date/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTTP-Date-6.00.tar.gz) = 466f7328a1ff465e64c57d18ba2bf5a577fe137c126850e9680d7792a3b3d996 +SIZE (HTTP-Date-6.00.tar.gz) = 7175 diff --git a/www/p5-HTTP-Date/pkg-descr b/www/p5-HTTP-Date/pkg-descr new file mode 100644 index 000000000000..ac0aeedfceeb --- /dev/null +++ b/www/p5-HTTP-Date/pkg-descr @@ -0,0 +1,4 @@ +HTTP::Date provides functions that perform conversions between date +formats used by the HTTP protocol. + +WWW: http://search.cpan.org/dist/HTTP-Date/ diff --git a/www/p5-HTTP-Date/pkg-plist b/www/p5-HTTP-Date/pkg-plist new file mode 100644 index 000000000000..99be378a9a97 --- /dev/null +++ b/www/p5-HTTP-Date/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTTP/Date.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Date/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Date +@dirrmtry %%SITE_PERL%%/HTTP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP |