diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-05-26 09:02:22 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-05-26 09:02:22 +0800 |
commit | 554add62e64d5b57c1e292e6495a392a8cb9d2ce (patch) | |
tree | 529340581fd4c4afd89def2b4f5ea31759b798a2 /www/p5-Starman | |
parent | 94ba028ba29e21fc020e31f5ba2fdd0dd1e8b9b9 (diff) | |
download | freebsd-ports-gnome-554add62e64d5b57c1e292e6495a392a8cb9d2ce.tar.gz freebsd-ports-gnome-554add62e64d5b57c1e292e6495a392a8cb9d2ce.tar.zst freebsd-ports-gnome-554add62e64d5b57c1e292e6495a392a8cb9d2ce.zip |
- Upgrade to 0.3011.
Diffstat (limited to 'www/p5-Starman')
-rw-r--r-- | www/p5-Starman/Makefile | 13 | ||||
-rw-r--r-- | www/p5-Starman/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Starman/pkg-plist | 2 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index 9c338f40fe0a..b44405a6e21f 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Starman -PORTVERSION= 0.3006 +PORTVERSION= 0.3011 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -16,16 +16,19 @@ RUN_DEPENDS= \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-Net-Server>=0.91:${PORTSDIR}/net/p5-Net-Server \ p5-Plack>=0.9971:${PORTSDIR}/www/p5-Plack -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} \ + p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=1.11:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +PERL_MODBUILD= yes USE_RC_SUBR= starman MAN1= starman.1 -MAN3= Plack::Handler::Starman.3 \ - Starman.3 +MAN3= HTTP::Server::PSGI::Net::Server::PreFork.3 \ + Plack::Handler::Starman.3 \ + Starman.3 \ + Starman::Server.3 .include <bsd.port.mk> diff --git a/www/p5-Starman/distinfo b/www/p5-Starman/distinfo index 491d9005db34..e3f0b8b5e28c 100644 --- a/www/p5-Starman/distinfo +++ b/www/p5-Starman/distinfo @@ -1,2 +1,2 @@ -SHA256 (Starman-0.3006.tar.gz) = be470e4ab90b237c773310d2c86e1f556a618dac9744fdefaa65835370ce9c36 -SIZE (Starman-0.3006.tar.gz) = 34806 +SHA256 (Starman-0.3011.tar.gz) = f700e1e9fa8a56609db1b75878ccfbbccfda32454c32e3c33912a1776f583cf2 +SIZE (Starman-0.3011.tar.gz) = 24744 diff --git a/www/p5-Starman/pkg-plist b/www/p5-Starman/pkg-plist index c0e5a8bdcf32..c44beed57309 100644 --- a/www/p5-Starman/pkg-plist +++ b/www/p5-Starman/pkg-plist @@ -4,10 +4,10 @@ bin/starman %%SITE_PERL%%/Plack/Handler/Starman.pm %%SITE_PERL%%/Starman.pm %%SITE_PERL%%/Starman/Server.pm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman @dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net/Server @dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net @dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI @dirrmtry %%SITE_PERL%%/Plack/Handler @dirrmtry %%SITE_PERL%%/Plack @dirrm %%SITE_PERL%%/Starman +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman |