blob: 7d2f7a40ea21d07e70b31877bb54004c3a39aab4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: php5-cgi
# Date created: Fri May 23 12:23:07 CET 2003
# Whom: Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD$
#
CATEGORIES= www
PKGNAMESUFFIX= -cgi
MAINTAINER= ale@FreeBSD.org
COMMENT= PHP Common Gateway Interface
MASTERDIR= ${.CURDIR}/../../lang/php5
CONFLICTS= php5-5* php5-cli-5* mod_php5-5*
.include "${MASTERDIR}/Makefile"
|