freebsd-ports/devel/pear-Net_Gearman/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
417 B
Makefile

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