aboutsummaryrefslogtreecommitdiffstats
path: root/www/php5-cgi
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 15:05:36 +0800
committerale <ale@FreeBSD.org>2004-07-19 15:05:36 +0800
commit66fa3e68bed554bd573c732b8840d8b6964a11d9 (patch)
tree9c300e6750f267966110f92f6dc0bc88f2e19974 /www/php5-cgi
parent819352a8570562f072ec3e7b3bb4174d28f5c12f (diff)
downloadfreebsd-ports-graphics-66fa3e68bed554bd573c732b8840d8b6964a11d9.tar.gz
freebsd-ports-graphics-66fa3e68bed554bd573c732b8840d8b6964a11d9.tar.zst
freebsd-ports-graphics-66fa3e68bed554bd573c732b8840d8b6964a11d9.zip
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
Diffstat (limited to 'www/php5-cgi')
-rw-r--r--www/php5-cgi/Makefile11
-rw-r--r--www/php5-cgi/pkg-message12
2 files changed, 4 insertions, 19 deletions
diff --git a/www/php5-cgi/Makefile b/www/php5-cgi/Makefile
index 6e4bd6fa496..7d2f7a40ea2 100644
--- a/www/php5-cgi/Makefile
+++ b/www/php5-cgi/Makefile
@@ -4,18 +4,15 @@
#
# $FreeBSD$
#
-# Instructions on how to enable preferred extensions can be found in the
-# Makefile of the master port (lang/php5).
-#
CATEGORIES= www
+PKGNAMESUFFIX= -cgi
-MAINTAINER= sysadmin@alexdupre.com
+MAINTAINER= ale@FreeBSD.org
+COMMENT= PHP Common Gateway Interface
-PKGMESSAGE= ${.CURDIR}/pkg-message
MASTERDIR= ${.CURDIR}/../../lang/php5
-WITHOUT_APACHE= yes
-WITHOUT_CLI= yes
+CONFLICTS= php5-5* php5-cli-5* mod_php5-5*
.include "${MASTERDIR}/Makefile"
diff --git a/www/php5-cgi/pkg-message b/www/php5-cgi/pkg-message
deleted file mode 100644
index 193a2680899..00000000000
--- a/www/php5-cgi/pkg-message
+++ /dev/null
@@ -1,12 +0,0 @@
-*****************************************************************************
-
-You have installed the php5-cgi package.
-
-Have a look at the php5-cgi port if you need additional extensions other than
-CTYPE, DOM, ICONV, PCRE, POSIX, SESSION, SIMPLEXML, SPL, SQLITE, TOKENIZER
-and XML.
-
-You can find it at
-ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php5-cgi.tar
-
-*****************************************************************************