diff options
Diffstat (limited to 'lang/php4-cli/Makefile')
-rw-r--r-- | lang/php4-cli/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/php4-cli/Makefile b/lang/php4-cli/Makefile index 7474f3bfa67c..b10eb5abacca 100644 --- a/lang/php4-cli/Makefile +++ b/lang/php4-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/php4). -# CATEGORIES= lang +PKGNAMESUFFIX= -cli -MAINTAINER= sysadmin@alexdupre.com +MAINTAINER= ale@FreeBSD.org +COMMENT= PHP Command Line Interpreter -PKGMESSAGE= ${.CURDIR}/pkg-message MASTERDIR= ${.CURDIR}/../php4 -WITHOUT_APACHE= yes +CONFLICTS= php4-4* php4-cgi-4* mod_php4-4* .include "${MASTERDIR}/Makefile" |