diff options
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 7f1f4355a75f..27ea537fac2a 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -4,18 +4,16 @@ # # $FreeBSD$ # -# Instructions on how to enable preferred extensions can be found in the -# Makefile of the master port (lang/php4). -# PORTEPOCH= 1 CATEGORIES= www +PKGNAMEPREFIX= mod_ -MAINTAINER= sysadmin@alexdupre.com +MAINTAINER= ale@FreeBSD.org +COMMENT= PHP Apache Module -PKGMESSAGE= ${.CURDIR}/pkg-message MASTERDIR= ${.CURDIR}/../../lang/php4 -WITHOUT_CLI= yes +CONFLICTS= php4-4* php4-cli-4* php4-cgi-4* .include "${MASTERDIR}/Makefile" |