diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-21 17:14:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-21 17:14:26 +0800 |
commit | 8034a1c0d01050a969d85c5c4fd8bfbe88f1a706 (patch) | |
tree | 22983b9b9c95a0e3cc053c4a932f5561cd16cba4 /www/p5-HTTP-Tiny | |
parent | 6755dfbb667a408406caa797c37a135fd4675f4b (diff) | |
download | freebsd-ports-gnome-8034a1c0d01050a969d85c5c4fd8bfbe88f1a706.tar.gz freebsd-ports-gnome-8034a1c0d01050a969d85c5c4fd8bfbe88f1a706.tar.zst freebsd-ports-gnome-8034a1c0d01050a969d85c5c4fd8bfbe88f1a706.zip |
- Update to 0.013
Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
Diffstat (limited to 'www/p5-HTTP-Tiny')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 14 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index e6bd3ed0f21f..d4f8c35ee836 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Tiny -PORTVERSION= 0.012 +PORTVERSION= 0.013 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -17,12 +17,6 @@ COMMENT= A small, simple, correct HTTP/1.1 client OPTIONS= HTTPS "https support" on -.include <bsd.port.options.mk> - -.if !defined(WITHOUT_HTTPS) -RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -.endif - PERL_CONFIGURE= yes MAN3= HTTP::Tiny.3 @@ -32,4 +26,10 @@ PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP \ %%SITE_PERL%%/HTTP +.include <bsd.port.options.mk> + +.if !defined(WITHOUT_HTTPS) +RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +.endif + .include <bsd.port.mk> diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index 95a2e8fe5670..2187cfd2b0d3 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.012.tar.gz) = 9635a10e44e59e922c9f5a228b0bc5bd46d88ab0bcd1ab06dc71e9c223ca1fc2 -SIZE (HTTP-Tiny-0.012.tar.gz) = 31323 +SHA256 (HTTP-Tiny-0.013.tar.gz) = 5eb3c4966685e156f126fbc03ff9d52090a230ecafe87dcc33bcfc3d2ad8d76a +SIZE (HTTP-Tiny-0.013.tar.gz) = 32601 |