diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:29:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:29:44 +0000 |
commit | 896666407312ebcbe027c5a084b0708dc85e44fb (patch) | |
tree | 7665379c62bb76b1a7b7962be41e1f8f7c08f684 /databases/php52-pdo_odbc | |
parent | 63c1f44780126d026a1c213855ff21b27af35c60 (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253113
Diffstat (limited to 'databases/php52-pdo_odbc')
-rw-r--r-- | databases/php52-pdo_odbc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php52-pdo_odbc/Makefile b/databases/php52-pdo_odbc/Makefile new file mode 100644 index 000000000000..bdbdc490ab4c --- /dev/null +++ b/databases/php52-pdo_odbc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-pdo_odbc +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pdo_odbc + +.include "${MASTERDIR}/Makefile" |