forked from Lainports/freebsd-ports
Add a new shared extension for PHP.
This commit is contained in:
parent
6f8571f2b6
commit
e5b0c5345e
2 changed files with 15 additions and 0 deletions
|
|
@ -213,6 +213,7 @@
|
|||
SUBDIR += php4-mssql
|
||||
SUBDIR += php4-mysql
|
||||
SUBDIR += php4-odbc
|
||||
SUBDIR += php4-oracle
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phppgadmin
|
||||
SUBDIR += postgis
|
||||
|
|
|
|||
14
databases/php4-odbc/Makefile
Normal file
14
databases/php4-odbc/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-odbc
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -odbc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue