ports/devel/p5-Gearman-Server/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

26 lines
543 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= Gearman-Server
PORTVERSION= 1.11
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DORMANDO
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Gearman server daemon
RUN_DEPENDS= p5-Gearman>=1.10:devel/p5-Gearman \
p5-Danga-Socket>=1.52:devel/p5-Danga-Socket
CONFLICTS= gearmand-0.* gearmand-1.0.* gearmand-1.1.*
USES= perl5
USE_PERL5= configure
USE_RC_SUBR= gearmand-perl
SUB_LIST+= NAME=gearmand
.include <bsd.port.mk>