Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 07:56:59 +00:00
parent b9c8bc30a6
commit 783219628d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114011
4 changed files with 30 additions and 0 deletions

View file

@ -216,6 +216,7 @@
SUBDIR += php4-oracle
SUBDIR += php4-pgsql
SUBDIR += php4-sybase
SUBDIR += php4-sybase_ct
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-sybase
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -sybase
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-sybase_ct
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -sybase_ct
.include "${MASTERDIR}/Makefile"

View file

@ -1030,6 +1030,7 @@
SUBDIR += pharmacy
SUBDIR += php-dbg
SUBDIR += php-xdebug
SUBDIR += php4-dio
SUBDIR += php4-pcre
SUBDIR += php4-pear
SUBDIR += php5-pcre