mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
1517ce49fc
- Take maintainership of a few ports
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# Created by: johnpupu <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysqlnd_ms
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
COMMENT= Replication and load balancing plugin for mysqlnd
|
|
|
|
USE_PHP= json
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
|
|
.include <bsd.port.mk>
|