blob: 4b1cd8c54476ed760ef72a108b86738d46581111 (
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
30
|
# New ports collection makefile for: p5-Gearman-Server
# Date created: 2007-09-03
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Gearman-Server
PORTVERSION= 1.11
PORTREVISION= 1
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:${PORTSDIR}/devel/p5-Gearman \
p5-Danga-Socket>=1.52:${PORTSDIR}/devel/p5-Danga-Socket
PERL_CONFIGURE= yes
MAN1= gearmand.1
MAN3= Gearman::Server.3 Gearman::Server::Client.3
USE_RC_SUBR= gearmand-perl
SUB_LIST+= NAME=gearmand
.include <bsd.port.mk>
|