diff options
author | ale <ale@FreeBSD.org> | 2007-02-09 16:37:50 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-09 16:37:50 +0800 |
commit | 2a5c2d0549e5b980c158aad375a7188c4c5a8313 (patch) | |
tree | e5cb1f6815589018f738494f7dd6a25c8f36bc69 /databases/php5-pdo_dblib | |
parent | 437ff505a6ccd4c0c963a51b2d1539323f8e236f (diff) | |
download | freebsd-ports-gnome-2a5c2d0549e5b980c158aad375a7188c4c5a8313.tar.gz freebsd-ports-gnome-2a5c2d0549e5b980c158aad375a7188c4c5a8313.tar.zst freebsd-ports-gnome-2a5c2d0549e5b980c158aad375a7188c4c5a8313.zip |
Add PDO dblib driver.
Diffstat (limited to 'databases/php5-pdo_dblib')
-rw-r--r-- | databases/php5-pdo_dblib/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pdo_dblib/Makefile b/databases/php5-pdo_dblib/Makefile new file mode 100644 index 000000000000..7a0dda9f686b --- /dev/null +++ b/databases/php5-pdo_dblib/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo_dblib +# Date created: 7 Feb 2007 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo_dblib + +.include "${MASTERDIR}/Makefile" |