1
0
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:
Frank J. Laszlo 2006-11-07 23:08:45 +00:00
parent 528d5e9591
commit a68e64baa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176758
2 changed files with 15 additions and 0 deletions

View File

@ -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

View 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"