databases/php4-dbase: PHP4 extension for dBase database access

This version is from the php-4.0.6 distribution.
This commit is contained in:
jlam 2001-10-16 06:45:48 +00:00
parent b711a9e04e
commit cb3d7e2092
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:45:48 jlam Exp $
.include "../php4/Makefile.module"
MODNAME= dbase
CATEGORIES+= databases
PHP_PKG_VERS= # empty
COMMENT= PHP4 extension for dBase database access
USE_BUILDLINK_ONLY= YES
CONFIGURE_ARGS+= --with-${MODNAME}=shared
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2001/10/16 06:45:48 jlam Exp $
SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
Size (php-4.0.6.tar.gz) = 3157346 bytes
SHA1 (patch-aa) = 52d55439ab6184bf9bdcf181528d877ccbc46c15

View file

@ -0,0 +1,2 @@
PHP is a programming language designed to be embedded into web pages.
This module provides support for dBase database access in PHP4.