freebsd-ports/databases/pecl-mongo/Makefile

24 lines
420 B
Makefile
Raw Normal View History

# Ports collection makefile for: pear-mongo
# Date created: 23 Nov, 2009
# Whom: wen
#
# $FreeBSD$
#
PORTNAME= mongo
2010-06-05 19:06:40 +02:00
PORTVERSION= 1.0.7
CATEGORIES= databases pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL classes for Mongo Database Driver
USE_PHP= yes
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
.include <bsd.port.mk>