aboutsummaryrefslogtreecommitdiff
path: root/lang/php5-cli
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:05:36 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:05:36 +0000
commitaf7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8 (patch)
tree703874bfb73131ea1697f8a1467749052a28c479 /lang/php5-cli
parentf9b6f78e21bc4304e7766d7bdda71000ccda482c (diff)
downloadports-af7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8.tar.gz
ports-af7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8.zip
Notes
Diffstat (limited to 'lang/php5-cli')
-rw-r--r--lang/php5-cli/Makefile10
-rw-r--r--lang/php5-cli/pkg-message12
2 files changed, 4 insertions, 18 deletions
diff --git a/lang/php5-cli/Makefile b/lang/php5-cli/Makefile
index 8d860f633e04..b53e46d354d6 100644
--- a/lang/php5-cli/Makefile
+++ b/lang/php5-cli/Makefile
@@ -4,17 +4,15 @@
#
# $FreeBSD$
#
-# Instructions on how to enable preferred extensions can be found in the
-# Makefile of the master port (lang/php5).
-#
CATEGORIES= lang
+PKGNAMESUFFIX= -cli
-MAINTAINER= sysadmin@alexdupre.com
+MAINTAINER= ale@FreeBSD.org
+COMMENT= PHP Command Line Interpreter
-PKGMESSAGE= ${.CURDIR}/pkg-message
MASTERDIR= ${.CURDIR}/../php5
-WITHOUT_APACHE= yes
+CONFLICTS= php5-5* php5-cgi-5* mod_php5-5*
.include "${MASTERDIR}/Makefile"
diff --git a/lang/php5-cli/pkg-message b/lang/php5-cli/pkg-message
deleted file mode 100644
index aa82109b4e40..000000000000
--- a/lang/php5-cli/pkg-message
+++ /dev/null
@@ -1,12 +0,0 @@
-*****************************************************************************
-
-You have installed the php5-cli package.
-
-Have a look at the php5-cli 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/lang/php5-cli.tar
-
-*****************************************************************************