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>
31 lines
650 B
Makefile
31 lines
650 B
Makefile
# New ports collection makefile for: p5-Gearman-XS
|
|
# Date created: July 3rd 2009
|
|
# Whom: Alex Kapranoff <ka@nadoby.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Gearman-XS
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DSCHOEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= otaviof@gmail.com
|
|
COMMENT= Perl front end for the Gearman C library
|
|
|
|
LIB_DEPENDS= gearman:${PORTSDIR}/devel/gearmand
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= Gearman::XS.3 Gearman::XS::Client.3 \
|
|
Gearman::XS::Job.3 Gearman::XS::Task.3 \
|
|
Gearman::XS::Worker.3
|
|
|
|
.include <bsd.port.mk>
|