mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Add a new shared extension for PHP.
This commit is contained in:
parent
f484b193d1
commit
6f8571f2b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114002
2 changed files with 15 additions and 0 deletions
|
@ -212,6 +212,7 @@
|
|||
SUBDIR += php4-interbase
|
||||
SUBDIR += php4-mssql
|
||||
SUBDIR += php4-mysql
|
||||
SUBDIR += php4-odbc
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phppgadmin
|
||||
SUBDIR += postgis
|
||||
|
|
14
databases/php4-mysql/Makefile
Normal file
14
databases/php4-mysql/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-mysql
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -mysql
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue