diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-23 22:23:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-23 22:23:47 +0800 |
commit | 97d089a444a1eb8acafe3a888e18381811d47d17 (patch) | |
tree | d3f6bcd10a39334de6704d2e549f1c4791805e34 | |
parent | 2a520737d341aa1310110a809f0328bfb6131a8b (diff) | |
download | freebsd-ports-gnome-97d089a444a1eb8acafe3a888e18381811d47d17.tar.gz freebsd-ports-gnome-97d089a444a1eb8acafe3a888e18381811d47d17.tar.zst freebsd-ports-gnome-97d089a444a1eb8acafe3a888e18381811d47d17.zip |
- Remove useless perl dependency
- Mark MAKE_JOBS_SAFE
- Cleanup
- Take maintainership
PR: 134762
Submitted by: Julien Laffaye <kimelto@gmail.com>
-rw-r--r-- | www/fcgi/Makefile | 4 | ||||
-rw-r--r-- | www/fcgi/pkg-descr | 7 |
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/ |