1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:51:29 +00:00
parent ebb028c2a0
commit 239b4e25ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114092
2 changed files with 15 additions and 0 deletions

View File

@ -220,6 +220,7 @@
SUBDIR += php5-dba
SUBDIR += php5-dbase
SUBDIR += php5-dbx
SUBDIR += php5-filepro
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis

View File

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