blob: 48055af08c7a6201359f25d3a8a68de3d8c0a857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: mod_php5
# Date created: Sun May 28 11:31:54 CEST 2000
# 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).
#
PORTEPOCH= 1
CATEGORIES= www
MAINTAINER= sysadmin@alexdupre.com
PKGMESSAGE= ${.CURDIR}/pkg-message
MASTERDIR= ${.CURDIR}/../../lang/php5
WITHOUT_CLI= yes
.include "${MASTERDIR}/Makefile"
|