blob: 8d860f633e04f68e4386dfcfc358b59a50f0e5c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: php5-cli
# Date created: Tue Feb 18 11:17:13 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= lang
MAINTAINER= sysadmin@alexdupre.com
PKGMESSAGE= ${.CURDIR}/pkg-message
MASTERDIR= ${.CURDIR}/../php5
WITHOUT_APACHE= yes
.include "${MASTERDIR}/Makefile"
|