opnsense-ports/databases/pecl-mongo/Makefile
Franco Fichtner d05851677d */*: sync with upstream
Taken from: HardenedBSD
2017-12-14 17:19:33 +01:00

21 lines
371 B
Makefile

# Created by: wen
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 1.6.16
CATEGORIES= databases pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= PECL classes for Mongo Database Driver
LICENSE= APACHE20
BUILD_DEPENDS= re2c>=0.13.4:devel/re2c
USES= php:pecl
USE_PHP= spl:build
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>