1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

This PHP extension provides a wrapper for libdrizzle, the

client and protocol library for the Drizzle database.

WWW:	http://pecl.php.net/package/drizzle
This commit is contained in:
Greg Larkin 2010-04-30 21:50:24 +00:00
parent 122ad938a4
commit 24e6cf3011
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253483
4 changed files with 52 additions and 0 deletions

View File

@ -461,6 +461,7 @@
SUBDIR += pear-Structures_DataGrid_DataSource_MDB2
SUBDIR += pear-Structures_DataGrid_DataSource_PDO
SUBDIR += pear-XML_Query2XML
SUBDIR += pecl-drizzle
SUBDIR += pecl-mdbtools
SUBDIR += pecl-memcache
SUBDIR += pecl-memcached

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: pecl-drizzle
# Date created: 30 Apr 2010
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= drizzle
PORTVERSION= 0.4.2
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A PHP wrapper for the libdrizzle library
LIB_DEPENDS= drizzle.0:${PORTSDIR}/databases/libdrizzle
USE_PHP= yes
USE_PHPEXT= yes
.if !defined(NOPORTDOCS)
PORTDOCS= README EXPERIMENTAL ChangeLog CREDITS
post-install::
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL} ${PORTDOCS} ${DOCSDIR}
.else
PORTDOCS=
.endif
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= drizzle.php
post-install::
@${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC} && ${INSTALL} ${PORTEXAMPLES} ${EXAMPLESDIR}
.else
PORTEXAMPLES=
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/drizzle-0.4.2.tgz) = 852aaf949d2b145012071622be788936
SHA256 (PECL/drizzle-0.4.2.tgz) = 5e9abd5200d840249003112e7d658eda06e2591e4c6bcf1c97194b4e274f0c66
SIZE (PECL/drizzle-0.4.2.tgz) = 24106

View File

@ -0,0 +1,4 @@
This PHP extension provides a wrapper for libdrizzle, the
client and protocol library for the Drizzle database.
WWW: http://pecl.php.net/package/drizzle