summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-11-23 14:53:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-11-23 14:53:51 +0000
commit0597ba119ea6e795b8ffc99af4a472aa84189fa6 (patch)
tree8984ec1901cfea5981611878ac7103562acfe80a /www
parent- Revert previous delta, it was incorrect (diff)
This is a Perlbal plugin to allow any PSGI application run natively
inside Perlbal process. WWW: http://search.cpan.org/dist/Perlbal-Plugin-PSGI/
Notes
Notes: svn path=/head/; revision=265010
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Perlbal-Plugin-PSGI/Makefile27
-rw-r--r--www/p5-Perlbal-Plugin-PSGI/distinfo2
-rw-r--r--www/p5-Perlbal-Plugin-PSGI/pkg-descr4
-rw-r--r--www/p5-Perlbal-Plugin-PSGI/pkg-plist5
5 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 12675aeeab07..321bc93b5d32 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1115,6 +1115,7 @@
SUBDIR += p5-PSGI
SUBDIR += p5-ParallelUA
SUBDIR += p5-Path-Class-URI
+ SUBDIR += p5-Perlbal-Plugin-PSGI
SUBDIR += p5-Plack
SUBDIR += p5-Plack-App-Proxy
SUBDIR += p5-Plack-Handler-AnyEvent-HTTPD
diff --git a/www/p5-Perlbal-Plugin-PSGI/Makefile b/www/p5-Perlbal-Plugin-PSGI/Makefile
new file mode 100644
index 000000000000..45f15ffae431
--- /dev/null
+++ b/www/p5-Perlbal-Plugin-PSGI/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: Perlbal::Plugin::PSGI
+# Date created: 23 Nov 2010
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Perlbal-Plugin-PSGI
+PORTVERSION= 0.03
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl extension for PSGI web server on Perlbal
+
+RUN_DEPENDS= \
+ p5-Perlbal>0:${PORTSDIR}/www/perlbal \
+ p5-Plack>0:${PORTSDIR}/www/p5-Plack
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Perlbal::Plugin::PSGI.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-Perlbal-Plugin-PSGI/distinfo b/www/p5-Perlbal-Plugin-PSGI/distinfo
new file mode 100644
index 000000000000..6b197894682e
--- /dev/null
+++ b/www/p5-Perlbal-Plugin-PSGI/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Perlbal-Plugin-PSGI-0.03.tar.gz) = a447aed35d9a4c05332cf15e5ed0c61dcb8ed520ad78b664eebecf70f38c9a62
+SIZE (Perlbal-Plugin-PSGI-0.03.tar.gz) = 19215
diff --git a/www/p5-Perlbal-Plugin-PSGI/pkg-descr b/www/p5-Perlbal-Plugin-PSGI/pkg-descr
new file mode 100644
index 000000000000..bd62ffb77016
--- /dev/null
+++ b/www/p5-Perlbal-Plugin-PSGI/pkg-descr
@@ -0,0 +1,4 @@
+This is a Perlbal plugin to allow any PSGI application run natively
+inside Perlbal process.
+
+WWW: http://search.cpan.org/dist/Perlbal-Plugin-PSGI/
diff --git a/www/p5-Perlbal-Plugin-PSGI/pkg-plist b/www/p5-Perlbal-Plugin-PSGI/pkg-plist
new file mode 100644
index 000000000000..65be6b4b3cb3
--- /dev/null
+++ b/www/p5-Perlbal-Plugin-PSGI/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perlbal/Plugin/PSGI/.packlist
+%%SITE_PERL%%/Perlbal/Plugin/PSGI.pm
+@dirrmtry %%SITE_PERL%%/Perlbal/Plugin
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perlbal/Plugin/PSGI
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perlbal/Plugin