AnyEvent based HTTP server.
WWW: http://search.cpan.org/dist/Plack-Server-AnyEvent/
This commit is contained in:
parent
b4bcd1ab92
commit
680a3b5ea0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242776
5 changed files with 40 additions and 0 deletions
|
@ -1031,6 +1031,7 @@
|
|||
SUBDIR += p5-Path-Class-URI
|
||||
SUBDIR += p5-Plack
|
||||
SUBDIR += p5-Plack-Request
|
||||
SUBDIR += p5-Plack-Server-AnyEvent
|
||||
SUBDIR += p5-PodToHTML
|
||||
SUBDIR += p5-REST-Google-Apps-Provisioning
|
||||
SUBDIR += p5-RT-Authen-ExternalAuth
|
||||
|
|
28
www/p5-Plack-Server-AnyEvent/Makefile
Normal file
28
www/p5-Plack-Server-AnyEvent/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: Plack::Server::AnyEvent
|
||||
# Date created: 13 Oct 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Plack-Server-AnyEvent
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for AnyEvent based HTTP server
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Plack>0:${PORTSDIR}/www/p5-Plack
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Plack::Server::AnyEvent.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Plack-Server-AnyEvent/distinfo
Normal file
3
www/p5-Plack-Server-AnyEvent/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Plack-Server-AnyEvent-0.01.tar.gz) = c78e71471daed711d552e00bb980b4ea
|
||||
SHA256 (Plack-Server-AnyEvent-0.01.tar.gz) = 4d50e79a95ded6d13f06d125b27c6b8e0a0a6b330be46a97eb6531e6fd6fd539
|
||||
SIZE (Plack-Server-AnyEvent-0.01.tar.gz) = 42531
|
3
www/p5-Plack-Server-AnyEvent/pkg-descr
Normal file
3
www/p5-Plack-Server-AnyEvent/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
AnyEvent based HTTP server.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plack-Server-AnyEvent/
|
5
www/p5-Plack-Server-AnyEvent/pkg-plist
Normal file
5
www/p5-Plack-Server-AnyEvent/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/AnyEvent/.packlist
|
||||
%%SITE_PERL%%/Plack/Server/AnyEvent.pm
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Server
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/AnyEvent
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server
|
Loading…
Reference in a new issue