freebsd-ports/devel/pear-Net_Gearman/Makefile
2021-04-06 16:31:07 +02:00

19 lines
435 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Net_Gearman
PORTVERSION= 0.2.3
PORTREVISION= 3
CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Gearman client libraray for PHP
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR}
RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR}
USE_PHP= json mbstring sockets
USES= pear php
.include <bsd.port.mk>