mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
af7ee2a6ac
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
19 lines
372 B
Makefile
19 lines
372 B
Makefile
# New ports collection makefile for: php5-cli
|
|
# Date created: Tue Feb 18 11:17:13 CET 2003
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PHP Command Line Interpreter
|
|
|
|
MASTERDIR= ${.CURDIR}/../php5
|
|
|
|
CONFLICTS= php5-5* php5-cgi-5* mod_php5-5*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|