freebsd-ports/devel/p5-Gearman-Client-Async/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

23 lines
574 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= Gearman-Client-Async
PORTVERSION= 0.94
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BRADFITZ
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Asynchronous client module for Gearman for Danga::Socket applications
RUN_DEPENDS= p5-Danga-Socket>=0:devel/p5-Danga-Socket \
p5-Gearman>=0:devel/p5-Gearman
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Gearman-Server>=0:devel/p5-Gearman-Server
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>