mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
122ad938a4
commit
24e6cf3011
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253483
@ -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
|
||||
|
44
databases/pecl-drizzle/Makefile
Normal file
44
databases/pecl-drizzle/Makefile
Normal 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>
|
3
databases/pecl-drizzle/distinfo
Normal file
3
databases/pecl-drizzle/distinfo
Normal 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
|
4
databases/pecl-drizzle/pkg-descr
Normal file
4
databases/pecl-drizzle/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user