aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Gearman-Client-Async/Makefile
blob: f7036a89e97bcb1f64f38a0582b62274ec314f78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	p5-Gearman-Client-Async
# Date created:		2007-09-03
# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#

PORTNAME=	Gearman-Client-Async
PORTVERSION=	0.94
PORTREVISION=	1
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=	\
	${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
	${SITE_PERL}/Gearman/Client.pm:${PORTSDIR}/devel/p5-Gearman
BUILD_DEPENDS=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Gearman-Server>=0:${PORTSDIR}/devel/p5-Gearman-Server

USE_PERL5=	yes
PERL_CONFIGURE=	yes
MAN3=	Gearman::Client::Async.3

.include <bsd.port.mk>