mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add a new shared extension for PHP.
This commit is contained in:
parent
cd80b2ce82
commit
33a240acdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114105
3 changed files with 29 additions and 0 deletions
|
@ -226,6 +226,7 @@
|
|||
SUBDIR += php5-mysql
|
||||
SUBDIR += php5-mysqli
|
||||
SUBDIR += php5-odbc
|
||||
SUBDIR += php5-oracle
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phppgadmin
|
||||
SUBDIR += postgis
|
||||
|
|
14
databases/php5-odbc/Makefile
Normal file
14
databases/php5-odbc/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php5-odbc
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -odbc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
databases/php5-oracle/Makefile
Normal file
14
databases/php5-oracle/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php5-oracle
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -oracle
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue