mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f858699901
Danga::Socket applications WWW: http://search.cpan.org/dist/Gearman-Client-Async/ PR: ports/116052 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
30 lines
806 B
Makefile
30 lines
806 B
Makefile
# 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
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/B/BR/BRADFITZ
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cherry@trombik.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 \
|
|
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USE_PERL= yes
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Gearman::Client::Async.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include <bsd.port.post.mk>
|