068edc2386
- Take maintainership
29 lines
533 B
Makefile
29 lines
533 B
Makefile
# New ports collection makefile for: pecl-gearman
|
|
# Date created: 2009-07-02
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gearman
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Gearman API
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= gearman:${PORTSDIR}/devel/gearmand
|
|
|
|
CONFIGURE_ARGS= --with-gearman
|
|
PHP_MODNAME= ${PORTNAME}
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
IGNORE_WITH_PHP=4
|
|
|
|
.include <bsd.port.mk>
|