1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/databases/pecl-mongo/Makefile
Martin Wilke edee967430 - Update to 1.1.4
PR:		157082
Submitted by:	Joe Horn <joehorn@gmail.com>
2011-06-25 04:34:28 +00:00

33 lines
515 B
Makefile

# Ports collection makefile for: pear-mongo
# Date created: 23 Nov, 2009
# Whom: wen
#
# $FreeBSD$
#
PORTNAME= mongo
PORTVERSION= 1.1.4
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
LICENSE= ASL
IGNORE_WITH_PHP=4
USE_PHP= yes
USE_PHP_BUILD= spl
USE_PHPIZE= yes
USE_PHPEXT= yes
SUB_FILES= pkg-message
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>