diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:05:36 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:05:36 +0000 |
commit | af7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8 (patch) | |
tree | 703874bfb73131ea1697f8a1467749052a28c479 /lang/php5-cli/Makefile | |
parent | Update to pre 15 (diff) |
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 'lang/php5-cli/Makefile')
-rw-r--r-- | lang/php5-cli/Makefile | 10 |
1 files changed, 4 insertions, 6 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" |