mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
25 lines
440 B
Makefile
25 lines
440 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gearman
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gearman API
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libgearman.so:${PORTSDIR}/devel/gearmand
|
|
|
|
USES= tar:tgz
|
|
CONFIGURE_ARGS= --with-gearman
|
|
PHP_MODNAME= ${PORTNAME}
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|