diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-21 09:14:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-21 09:14:26 +0000 |
commit | 93e15b1720b3aa502bc2ee3fdfed593b12446ace (patch) | |
tree | 63b9ba0136f8003be648a93e145a2c844639e9af /www/p5-HTTP-Tiny | |
parent | 08a24d5b6c317bd527eb33dcdeaad86a769dafec (diff) |
Notes
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 |