diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-11-23 22:53:51 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-11-23 22:53:51 +0800 |
commit | 1f4e72c9eb65d469bdda0faf0d8250e10ed5983a (patch) | |
tree | 7e106875836b80134ade306b3242442f1fa451e2 /www/Makefile | |
parent | 03cd0dd99956c2898f14fff7236044d0d7534902 (diff) | |
download | freebsd-ports-gnome-1f4e72c9eb65d469bdda0faf0d8250e10ed5983a.tar.gz freebsd-ports-gnome-1f4e72c9eb65d469bdda0faf0d8250e10ed5983a.tar.zst freebsd-ports-gnome-1f4e72c9eb65d469bdda0faf0d8250e10ed5983a.zip |
This is a Perlbal plugin to allow any PSGI application run natively
inside Perlbal process.
WWW: http://search.cpan.org/dist/Perlbal-Plugin-PSGI/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 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 |