mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
New Port: databases/php5-pdo
PR: ports/105247 Submitted By: Xin LI <delphij@freebsd.org> Approved By: flz (mentor)
This commit is contained in:
parent
528d5e9591
commit
a68e64baa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176758
@ -353,6 +353,7 @@
|
||||
SUBDIR += php5-mysqli
|
||||
SUBDIR += php5-oci8
|
||||
SUBDIR += php5-odbc
|
||||
SUBDIR += php5-pdo
|
||||
SUBDIR += php5-pgsql
|
||||
SUBDIR += php5-propel
|
||||
SUBDIR += php5-sqlite
|
||||
|
14
databases/php5-pdo/Makefile
Normal file
14
databases/php5-pdo/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-pdo
|
||||
# Date created: 8 Nov 2006
|
||||
# Whom: Xin LI <delphij@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -pdo
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user