mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
This commit is contained in:
parent
26eb6dacc7
commit
7b8f5e205b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253109
2 changed files with 15 additions and 0 deletions
|
@ -526,6 +526,7 @@
|
|||
SUBDIR += php52-oci8
|
||||
SUBDIR += php52-odbc
|
||||
SUBDIR += php52-pdo
|
||||
SUBDIR += php52-pdo_dblib
|
||||
SUBDIR += phpminiadmin
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phpmyadmin211
|
||||
|
|
14
databases/php52-pdo/Makefile
Normal file
14
databases/php52-pdo/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php52-pdo
|
||||
# Date created: 17 Apr 2010
|
||||
# Whom: Alex Keda <admin@lissyara.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||||
|
||||
PKGNAMESUFFIX= -pdo
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue