mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
ac21e81c21
PR: ports/52617 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# New ports collection makefile for: php4-cli
|
|
# 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/php4).
|
|
#
|
|
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
|
|
|
WITHOUT_APACHE= yes
|
|
WITHOUT_CLI= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|