- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 16:10:11 +00:00
parent b3db7b9bc3
commit 91ca365fac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253103
2 changed files with 15 additions and 0 deletions

View File

@ -521,6 +521,7 @@
SUBDIR += php52-dba
SUBDIR += php52-dbase
SUBDIR += php52-mssql
SUBDIR += php52-mysql
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php52-mssql
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -mssql
.include "${MASTERDIR}/Makefile"