1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/databases/pecl-mysqlnd_ms/Makefile
Martin Wilke 1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00

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>