mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
8d8d996a18
slave port. PR: ports/54522 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
22 lines
475 B
Makefile
22 lines
475 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$
|
|
#
|
|
# Instructions on how to enable preferred extensions can be found in the
|
|
# Makefile of the master port (lang/php5).
|
|
#
|
|
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
WITHOUT_APACHE= yes
|
|
WITHOUT_CLI= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|