freebsd-ports/databases/pecl-mongo/Makefile
Muhammad Moinur Rahman 154d2f9586 databases/pecl-mongo: Update version 1.6.6=>1.6.8
- Update patch files 'make makepatch' compatible
2015-05-22 15:39:52 +00:00

25 lines
462 B
Makefile

# Created by: wen
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 1.6.8
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= bofh@FreeBSD.org
COMMENT= PECL classes for Mongo Database Driver
LICENSE= APACHE20
BUILD_DEPENDS= re2c>=0.13.4:${PORTSDIR}/devel/re2c
USES= tar:tgz
USE_PHP= spl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
.include <bsd.port.mk>