af7ee2a6ac
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
19 lines
382 B
Makefile
19 lines
382 B
Makefile
# New ports collection makefile for: mod_php5
|
|
# Date created: Sun May 28 11:31:54 CEST 2000
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= mod_
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PHP Apache Module
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
CONFLICTS= php5-5* php5-cli-5* php5-cgi-5*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|