mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add a new shared extension for PHP.
This commit is contained in:
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
|
@ -216,6 +216,7 @@
|
|||
SUBDIR += php4-oracle
|
||||
SUBDIR += php4-pgsql
|
||||
SUBDIR += php4-sybase
|
||||
SUBDIR += php4-sybase_ct
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phppgadmin
|
||||
SUBDIR += postgis
|
||||
|
|
14
databases/php4-sybase/Makefile
Normal file
14
databases/php4-sybase/Makefile
Normal 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"
|
14
databases/php4-sybase_ct/Makefile
Normal file
14
databases/php4-sybase_ct/Makefile
Normal 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"
|
|
@ -1030,6 +1030,7 @@
|
|||
SUBDIR += pharmacy
|
||||
SUBDIR += php-dbg
|
||||
SUBDIR += php-xdebug
|
||||
SUBDIR += php4-dio
|
||||
SUBDIR += php4-pcre
|
||||
SUBDIR += php4-pear
|
||||
SUBDIR += php5-pcre
|
||||
|
|
Loading…
Add table
Reference in a new issue