mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1c7a34cbea
- Remove pkg file was my mistake PR: 167960 Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
24 lines
442 B
Makefile
24 lines
442 B
Makefile
# New ports collection makefile for: pecl-mysqlnd_qc
|
|
# Date created: 13 May 2011
|
|
# Whom: johnpupu <johnpupu@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mysqlnd_qc
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
COMMENT= A query cache plugin for mysqlnd
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
|
|
.include <bsd.port.mk>
|