freebsd-ports/databases/pecl-mongo/Makefile
Martin Wilke be57e7e0e9 - Update to 1.5.2
PR:		189766
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-18 07:33:15 +00:00

23 lines
414 B
Makefile

# Created by: wen
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 1.5.2
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL classes for Mongo Database Driver
LICENSE= APACHE20
USE_PHP= spl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
.include <bsd.port.mk>