diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-10-14 19:53:14 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-10-14 19:53:14 +0800 |
commit | bead99f3415c74794a4ce20574a058bcce2c2298 (patch) | |
tree | f83deb5d241d57f17c049f54ccfbfcbb7760af46 /www | |
parent | 724e9d1512e4a3157474ca5e4053cd3144572b6e (diff) | |
download | freebsd-ports-gnome-bead99f3415c74794a4ce20574a058bcce2c2298.tar.gz freebsd-ports-gnome-bead99f3415c74794a4ce20574a058bcce2c2298.tar.zst freebsd-ports-gnome-bead99f3415c74794a4ce20574a058bcce2c2298.zip |
Plack Server implementation that uses HTTP::Server::Simple.
WWW: http://search.cpan.org/dist/Plack-Server-ServerSimple/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Plack-Server-ServerSimple/Makefile | 28 | ||||
-rw-r--r-- | www/p5-Plack-Server-ServerSimple/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Plack-Server-ServerSimple/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Plack-Server-ServerSimple/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 299f6ecd25c4..ac5e4a6809a4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Plack-Server-ServerSimple/Makefile b/www/p5-Plack-Server-ServerSimple/Makefile new file mode 100644 index 000000000000..b82f1713f245 --- /dev/null +++ b/www/p5-Plack-Server-ServerSimple/Makefile @@ -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> diff --git a/www/p5-Plack-Server-ServerSimple/distinfo b/www/p5-Plack-Server-ServerSimple/distinfo new file mode 100644 index 000000000000..f5c1f7e2c0f5 --- /dev/null +++ b/www/p5-Plack-Server-ServerSimple/distinfo @@ -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 diff --git a/www/p5-Plack-Server-ServerSimple/pkg-descr b/www/p5-Plack-Server-ServerSimple/pkg-descr new file mode 100644 index 000000000000..ef30b2cf60e3 --- /dev/null +++ b/www/p5-Plack-Server-ServerSimple/pkg-descr @@ -0,0 +1,3 @@ +Plack Server implementation that uses HTTP::Server::Simple. + +WWW: http://search.cpan.org/dist/Plack-Server-ServerSimple/ diff --git a/www/p5-Plack-Server-ServerSimple/pkg-plist b/www/p5-Plack-Server-ServerSimple/pkg-plist new file mode 100644 index 000000000000..ab1b4f6bb591 --- /dev/null +++ b/www/p5-Plack-Server-ServerSimple/pkg-plist @@ -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 |