Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 07:49:33 +00:00
parent b8c373f126
commit c3a18563fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113992
2 changed files with 15 additions and 0 deletions

View File

@ -207,6 +207,7 @@
SUBDIR += php-sqlrelay
SUBDIR += php4-dba
SUBDIR += php4-dbase
SUBDIR += php4-dbx
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-dbase
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -dbase
.include "${MASTERDIR}/Makefile"