1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Horde database/SQL abstraction layer

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 19:27:01 +00:00
parent 6beae032d0
commit 3566d7c060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277275
4 changed files with 42 additions and 0 deletions

View File

@ -492,6 +492,7 @@
SUBDIR += pear-DB_ldap2
SUBDIR += pear-Doctrine
SUBDIR += pear-Doctrine12
SUBDIR += pear-Horde_Db
SUBDIR += pear-Horde_Memcache
SUBDIR += pear-MDB
SUBDIR += pear-MDB2

View File

@ -0,0 +1,36 @@
# Ports collection makefile for: pear-Horde_Db
# Date created: 7 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Db
PORTVERSION= 1.0.2
CATEGORIES= databases www pear
PKGNAMEPREFIX= pear-
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Database Libraries
OPTIONS= MYSQL "Depend on mysql PHP extension" On \
MYSQLI "Depend on mysqli PHP extension" Off \
PDO "Depend on PDO PHP extension" Off
USE_HORDE_RUN= Horde_Date Horde_Exception Horde_Support
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_MYSQL)
USE_PHP+= mysql
.endif
.if defined(WITH_MYSQLI)
USE_PHP+= mysqli
.endif
.if defined(WITH_PDO)
USE_PHP+= pdo
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Db-1.0.2.tgz) = 506811797ff95a0bbc7bec5ed73a7554d609f3bf21786869c001343149d7643a
SIZE (Horde/Horde_Db-1.0.2.tgz) = 95764

View File

@ -0,0 +1,3 @@
Horde database/SQL abstraction layer
WWW: http://pear.horde.org