freebsd-ports/databases/pecl-mongo/Makefile
Jason E. Hale 31ef8100fd - Update to 1.2.12 [1]
- Trim Makefile header

PR:		ports/170994 [1]
Submitted by:	Joe Horn <joehorn@gmail.com> [1]
Approved by:	maintainer timeout (miwi, 6 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:19:07 +00:00

28 lines
435 B
Makefile

# Created by: wen
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 1.2.12
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>