diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:52:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:52:50 +0000 |
commit | 6f8571f2b641488f99f9738b45f77f536c69fbc2 (patch) | |
tree | 948901d18513cb091e40a8ff9f1b5a740ba0b817 /databases | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114002
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php4-mysql/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 409d7d239fb8..bad5fbda0097 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -212,6 +212,7 @@ SUBDIR += php4-interbase SUBDIR += php4-mssql SUBDIR += php4-mysql + SUBDIR += php4-odbc SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php4-mysql/Makefile b/databases/php4-mysql/Makefile new file mode 100644 index 000000000000..3d398a988e36 --- /dev/null +++ b/databases/php4-mysql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-mysql +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -mysql + +.include "${MASTERDIR}/Makefile" |