mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
21 lines
340 B
Makefile
21 lines
340 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gearman
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Gearman API
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libgearman.so:devel/gearmand
|
|
|
|
USES= php:pecl
|
|
CONFIGURE_ARGS= --with-gearman
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
.include <bsd.port.mk>
|