Files
ports/devel/pear-Net_Gearman/Makefile
T
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

21 lines
447 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
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>