www/p5-Monoceros: Update to 0.28
- Add LICENSE_FILE - Sort *_DEPENDS - Fix indent - Sort PLIST Changes: https://metacpan.org/dist/Monoceros/changes
This commit is contained in:
parent
34e8f39011
commit
5b29ec9643
3 changed files with 22 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= Monoceros
|
||||
PORTVERSION= 0.27
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:KAZEBURO
|
||||
|
@ -11,22 +10,22 @@ COMMENT= PSGI/Plack server w/ event driven connection manager, prefork workers
|
|||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-AnyEvent>=7.04:devel/p5-AnyEvent \
|
||||
p5-IO-FDPass>=1.0:devel/p5-IO-FDPass \
|
||||
p5-Net-CIDR-Lite>0:net/p5-Net-CIDR-Lite \
|
||||
p5-POSIX-Socket>0:net/p5-POSIX-Socket \
|
||||
p5-POSIX-getpeername>0:net/p5-POSIX-getpeername \
|
||||
p5-Plack>=1.0023:www/p5-Plack \
|
||||
p5-Starlet>=0.18:www/p5-Starlet \
|
||||
p5-Sys-Sendfile>=0.11:devel/p5-Sys-Sendfile
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-TCP>0:devel/p5-Test-TCP
|
||||
RUN_DEPENDS= p5-AnyEvent>=7.04,1:devel/p5-AnyEvent \
|
||||
p5-IO-FDPass>=1.0:devel/p5-IO-FDPass \
|
||||
p5-Net-CIDR-Lite>=0:net/p5-Net-CIDR-Lite \
|
||||
p5-POSIX-getpeername>=0:net/p5-POSIX-getpeername \
|
||||
p5-Parallel-Prefork>=0.14:devel/p5-Parallel-Prefork \
|
||||
p5-Plack>=1.0035:www/p5-Plack \
|
||||
p5-Starlet>=0.18:www/p5-Starlet
|
||||
TEST_DEPENDS= p5-Test-TCP>=2.00:devel/p5-Test-TCP \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
NO_ARCH= YES
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Monoceros-0.27.tar.gz) = 00f5579107f49f4245360aed21ed2236801f56b6d02e73ed802b0037a564c0cc
|
||||
SIZE (Monoceros-0.27.tar.gz) = 23631
|
||||
TIMESTAMP = 1650229172
|
||||
SHA256 (Monoceros-0.28.tar.gz) = 70be8c63efc7669b2e28baa54fc9e65da14355bb31812008b491faf058d86e65
|
||||
SIZE (Monoceros-0.28.tar.gz) = 23870
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
%%PERL5_MAN3%%/Monoceros.3.gz
|
||||
%%PERL5_MAN3%%/Plack::Middleware::MonocerosStatus.3.gz
|
||||
%%SITE_PERL%%/Monoceros.pm
|
||||
%%SITE_PERL%%/Monoceros/Server.pm
|
||||
%%SITE_PERL%%/Plack/Handler/Monoceros.pm
|
||||
%%SITE_PERL%%/Plack/Middleware/MonocerosStatus.pm
|
||||
%%PERL5_MAN3%%/Monoceros.3.gz
|
||||
%%PERL5_MAN3%%/Monoceros::Server.3.gz
|
||||
%%PERL5_MAN3%%/Plack::Handler::Monoceros.3.gz
|
||||
%%PERL5_MAN3%%/Plack::Middleware::MonocerosStatus.3.gz
|
||||
|
|
Loading…
Reference in a new issue