diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-10 11:09:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-10 11:09:48 +0800 |
commit | 08eae2a38dbb55802b4765eb1c9213439b2d52af (patch) | |
tree | dcbb217e3c734aa305f57a4e4579d19a7d7a8e88 /www | |
parent | b66168e96dff40013509f5fe538da37a04dcca61 (diff) | |
download | freebsd-ports-gnome-08eae2a38dbb55802b4765eb1c9213439b2d52af.tar.gz freebsd-ports-gnome-08eae2a38dbb55802b4765eb1c9213439b2d52af.tar.zst freebsd-ports-gnome-08eae2a38dbb55802b4765eb1c9213439b2d52af.zip |
- Update to 0.028
- Add option: COOKIE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 20 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 4 |
2 files changed, 18 insertions, 6 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index a963d216d485..ddfad032665b 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.025 +PORTVERSION= 0.028 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -14,8 +14,9 @@ COMMENT= A small, simple, correct HTTP/1.1 client LICENSE= ART10 GPLv1 LICENSE_COMB= dual -OPTIONS_DEFINE= HTTPS -OPTIONS_DEFAULT=HTTPS +OPTIONS_DEFINE= COOKIE HTTPS +OPTIONS_DEFAULT=COOKIE HTTPS +COOKIE_DESC= Cookie support PERL_CONFIGURE= yes @@ -23,6 +24,11 @@ MAN3= HTTP::Tiny.3 .include <bsd.port.options.mk> +.if ${PORT_OPTIONS:MCOOKIE} +BUILD_DEPENDS+= p5-HTTP-CookieJar>=0.001:${PORTSDIR}/www/p5-HTTP-CookieJar +RUN_DEPENDS+= p5-HTTP-CookieJar>=0.001:${PORTSDIR}/www/p5-HTTP-CookieJar +.endif + .if ${PORT_OPTIONS:MHTTPS} BUILD_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA @@ -30,4 +36,10 @@ RUN_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index fdaf14a4a274..6f8544693de1 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.025.tar.gz) = d535f66e417d27b64c3a635fffd3e62aa3a83488038d39f5a0eac142f1b2034d -SIZE (HTTP-Tiny-0.025.tar.gz) = 43240 +SHA256 (HTTP-Tiny-0.028.tar.gz) = f14b9ed2d32a49e91f47856d6abc4f073f3656801ded7d5761a59a58af94c141 +SIZE (HTTP-Tiny-0.028.tar.gz) = 45940 |