aboutsummaryrefslogtreecommitdiff
path: root/www/fcgi
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-23 14:23:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-23 14:23:47 +0000
commitcfa55d967f5b9b463005716664e7320458ab9c17 (patch)
tree5e7cc4e2bbc7dc9624d3fbe5bf7f5ea1ec773157 /www/fcgi
parent3617f478e97ac2a756b98e9f3a7585d631ec3f72 (diff)
downloadports-cfa55d967f5b9b463005716664e7320458ab9c17.tar.gz
ports-cfa55d967f5b9b463005716664e7320458ab9c17.zip
Notes
Diffstat (limited to 'www/fcgi')
-rw-r--r--www/fcgi/Makefile4
-rw-r--r--www/fcgi/pkg-descr7
2 files changed, 4 insertions, 7 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile
index 444c2e013944..97fc8e378c30 100644
--- a/www/fcgi/Makefile
+++ b/www/fcgi/Makefile
@@ -11,13 +11,13 @@ CATEGORIES= www
MASTER_SITES= http://www.fastcgi.com/dist/
PKGNAMESUFFIX= -devkit
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= kimelto@gmail.com
COMMENT= FastCGI Development Kit
USE_AUTOTOOLS= libtool:15
-USE_PERL5= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
MAN1= cgi-fcgi.1
MAN3= FCGI_Accept.3 FCGI_Finish.3 FCGI_SetExitStatus.3 \
diff --git a/www/fcgi/pkg-descr b/www/fcgi/pkg-descr
index bdf61480cec5..87ffd4ddb01e 100644
--- a/www/fcgi/pkg-descr
+++ b/www/fcgi/pkg-descr
@@ -2,7 +2,7 @@ FastCGI Development Kit.
FastCGI is a fast, open, and secure Web server interface that solves the
performance problems inherent in CGI, without introducing the overhead and
-complexity of proprietary APIs (Application Programming Interfaces).
+complexity of proprietary APIs (Application Programming Interfaces).
FastCGI allows for many nice features such as persistent CGI applications
(eliminating process creation time per request) and being able run CGI
@@ -15,7 +15,4 @@ FastCGI, then FastCGI applications get all the perks (mainly being *really*
fast); if the server does not support FastCGI, then FastCGI applications
behave exactly like standard CGIs.
-WWW: http://www.fastcgi.com/
-
- -Kelly
- kbyanc@posi.net
+WWW: http://www.fastcgi.com/