1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/databases/pecl-mysqlnd_ms/Makefile
Jason E. Hale ab44544543 - Update to 1.4.2
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
2012-10-18 01:29:21 +00:00

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>