24 lines
481 B
Makefile
24 lines
481 B
Makefile
# New ports collection makefile for: pecl-mysqlnd_ms
|
|
# Date created: 13 Oct 2011
|
|
# Whom: johnpupu <johnpupu@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mysqlnd_ms
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
COMMENT= A replication and load balancing plugin for mysqlnd
|
|
|
|
USE_PHP= json
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
|
|
.include <bsd.port.mk>
|