aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Gearman-Client-Async/Makefile
blob: 6b58a9a954e520d6e89c1e474a0245509e4ebfad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Tomoyuki Sakurai <cherry@trombik.org>

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

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Danga-Socket>=0:devel/p5-Danga-Socket \
		p5-Gearman>=0:devel/p5-Gearman
TEST_DEPENDS=	p5-Gearman-Server>=0:devel/p5-Gearman-Server

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>