mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Plack Server implementation for POE.
WWW: http://search.cpan.org/dist/Plack-Server-POE/
This commit is contained in:
parent
bdbe0f3773
commit
60bd30c1ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246502
@ -1045,6 +1045,7 @@
|
||||
SUBDIR += p5-Plack-Request
|
||||
SUBDIR += p5-Plack-Server-AnyEvent
|
||||
SUBDIR += p5-Plack-Server-Coro
|
||||
SUBDIR += p5-Plack-Server-POE
|
||||
SUBDIR += p5-Plack-Server-ReverseHTTP
|
||||
SUBDIR += p5-Plack-Server-ServerSimple
|
||||
SUBDIR += p5-PodToHTML
|
||||
|
28
www/p5-Plack-Server-POE/Makefile
Normal file
28
www/p5-Plack-Server-POE/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Plack::Server::POE
|
||||
# Date created: 23 Dec 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Plack-Server-POE
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Plack Server implementation for POE
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-POE>0:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Filter-HTTP-Parser>0:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Plack::Server::POE.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Plack-Server-POE/distinfo
Normal file
3
www/p5-Plack-Server-POE/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Plack-Server-POE-0.4.tar.gz) = 73304957687cba625da464ba79d7c704
|
||||
SHA256 (Plack-Server-POE-0.4.tar.gz) = efd215b63410cfe9d3a512b99a542f7a0db65b118eff98334d80e2b90170fa84
|
||||
SIZE (Plack-Server-POE-0.4.tar.gz) = 23815
|
3
www/p5-Plack-Server-POE/pkg-descr
Normal file
3
www/p5-Plack-Server-POE/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Plack Server implementation for POE.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plack-Server-POE/
|
7
www/p5-Plack-Server-POE/pkg-plist
Normal file
7
www/p5-Plack-Server-POE/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/POE/.packlist
|
||||
%%SITE_PERL%%/Plack/Server/POE.pm
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Server
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/POE
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack
|
Loading…
Reference in New Issue
Block a user