databases/php4-dbase: PHP4 extension for dBase database access
This version is from the php-4.0.6 distribution.
This commit is contained in:
parent
b711a9e04e
commit
cb3d7e2092
3 changed files with 20 additions and 0 deletions
13
databases/php4-dbase/Makefile
Normal file
13
databases/php4-dbase/Makefile
Normal 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"
|
5
databases/php4-dbase/distinfo
Normal file
5
databases/php4-dbase/distinfo
Normal 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
|
2
databases/php4-dbase/pkg/DESCR
Normal file
2
databases/php4-dbase/pkg/DESCR
Normal 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.
|
Loading…
Reference in a new issue