mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
af7ee2a6ac
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
19 lines
379 B
Makefile
19 lines
379 B
Makefile
# New ports collection makefile for: php5-cgi
|
|
# Date created: Fri May 23 12:23:07 CET 2003
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= www
|
|
PKGNAMESUFFIX= -cgi
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PHP Common Gateway Interface
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
CONFLICTS= php5-5* php5-cli-5* mod_php5-5*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|