diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:42:27 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:42:27 +0000 |
commit | 149fb592206ea05e341fffeeb468d8cd80c9b944 (patch) | |
tree | 935907e3af39b99b7bac23f57f8692abf487ec65 /databases/php5-pdo_odbc/Makefile | |
parent | b94d96f1536f812acc445b85d8b313ae94325da7 (diff) | |
download | ports-149fb592206ea05e341fffeeb468d8cd80c9b944.tar.gz ports-149fb592206ea05e341fffeeb468d8cd80c9b944.zip |
Notes
Diffstat (limited to 'databases/php5-pdo_odbc/Makefile')
-rw-r--r-- | databases/php5-pdo_odbc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pdo_odbc/Makefile b/databases/php5-pdo_odbc/Makefile new file mode 100644 index 000000000000..28517846842b --- /dev/null +++ b/databases/php5-pdo_odbc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo_odbc +# Date created: 7 Feb 2007 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo_odbc + +.include "${MASTERDIR}/Makefile" |