freebsd-ports/databases/pecl-mongo/Makefile
Thomas Abthorpe e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00

32 lines
515 B
Makefile

# Ports collection makefile for: pear-mongo
# Date created: 23 Nov, 2009
# Whom: wen
#
# $FreeBSD$
#
PORTNAME= mongo
PORTVERSION= 1.2.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= AL2
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>