1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Plack Server implementation that uses HTTP::Server::Simple.

WWW: http://search.cpan.org/dist/Plack-Server-ServerSimple/
This commit is contained in:
Jun Kuriyama 2009-10-14 11:53:14 +00:00
parent a7ffe16d8d
commit 75c12a7347
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242821
5 changed files with 40 additions and 0 deletions

View File

@ -1034,6 +1034,7 @@
SUBDIR += p5-Plack-Request
SUBDIR += p5-Plack-Server-AnyEvent
SUBDIR += p5-Plack-Server-ReverseHTTP
SUBDIR += p5-Plack-Server-ServerSimple
SUBDIR += p5-PodToHTML
SUBDIR += p5-REST-Google-Apps-Provisioning
SUBDIR += p5-RT-Authen-ExternalAuth

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: Plack::Server::ServerSimple
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Server-ServerSimple
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 Plack Server w/ HTTP::Server::Simple
RUN_DEPENDS= \
p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Plack>0:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Plack::Server::ServerSimple.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Plack-Server-ServerSimple-0.01.tar.gz) = cccd3d50ef4dbfec26b487dd67bc08a3
SHA256 (Plack-Server-ServerSimple-0.01.tar.gz) = 5111a29754632c0526713f82053587be3b0cfce17159576d6d03a4402767e206
SIZE (Plack-Server-ServerSimple-0.01.tar.gz) = 41455

View File

@ -0,0 +1,3 @@
Plack Server implementation that uses HTTP::Server::Simple.
WWW: http://search.cpan.org/dist/Plack-Server-ServerSimple/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/ServerSimple/.packlist
%%SITE_PERL%%/Plack/Server/ServerSimple.pm
@dirrmtry %%SITE_PERL%%/Plack/Server
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/ServerSimple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server