b38adecadc
- Updated to 0.39 - Added gearmand entries to UIDs and GIDs - Registered conflict with devel/p5-Gearman-Server (conflicting rc.d scripts) - Add patch to fix build with GCC < 4.4 - Cleaned up rc.d script - Converted to OptionsNG [devel/p5-Gearman-Server]: - Registered conflict with devel/gearmand (conflicting rc.d scripts) [devel/p5-Gearman-XS]: - Removed explicit LIB_DEPENDS library version number - Bumped PORTREVISION PR: ports/171593 (based on) Submitted by: Gasol Wu <gasol.wu@gmail.com>
32 lines
674 B
Makefile
32 lines
674 B
Makefile
# 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
|
|
|
|
CONFLICTS= gearmand-0.*
|
|
|
|
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>
|