mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
ab44544543
While here: - Trim Makefile header - Remove indefinite article from COMMENT PR: ports/170729 Submitted by: John Chen <johnpupu@gmail.com> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# Created by: johnpupu <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysqlnd_ms
|
|
PORTVERSION= 1.4.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>
|