af7ee2a6ac
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# New ports collection makefile for: mod_php4
|
|
# Date created: Sun May 28 11:31:54 CEST 2000
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PHP Apache Module
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
|
|
|
CONFLICTS= php4-4* php4-cli-4* php4-cgi-4*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|