mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
49655da383
Access and its underlying JetEngine. It is based on libmdb from the mdbtools package. WWW: http://pecl.php.net/package/mdbtools - Ditesh Shashikant Gathani ditesh@gathani.org PR: ports/118943 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
28 lines
656 B
Makefile
28 lines
656 B
Makefile
# New ports collection makefile for: pecl-mdbtools
|
|
# Date created: 22 December 2007
|
|
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mdbtools
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= databases pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= ditesh@gathani.org
|
|
COMMENT= A PECL extension for the mdbtools library
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHP_BUILD= yes
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
|
|
|
|
CONFIGURE_ARGS= --enable-mdbtools
|
|
|
|
.include <bsd.port.mk>
|