mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Gearman::Client::Async - Asynchronous client module for Gearman for
Danga::Socket applications WWW: http://search.cpan.org/dist/Gearman-Client-Async/ PR: ports/116052 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
This commit is contained in:
parent
3736e22c60
commit
f858699901
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199095
@ -1219,6 +1219,7 @@
|
||||
SUBDIR += p5-Filter-Template
|
||||
SUBDIR += p5-FreezeThaw
|
||||
SUBDIR += p5-Gearman
|
||||
SUBDIR += p5-Gearman-Client-Async
|
||||
SUBDIR += p5-Gearman-Server
|
||||
SUBDIR += p5-Geo-ShapeFile
|
||||
SUBDIR += p5-Getargs-Long
|
||||
|
29
devel/p5-Gearman-Client-Async/Makefile
Normal file
29
devel/p5-Gearman-Client-Async/Makefile
Normal file
@ -0,0 +1,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
|
||||
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>
|
3
devel/p5-Gearman-Client-Async/distinfo
Normal file
3
devel/p5-Gearman-Client-Async/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Gearman-Client-Async-0.94.tar.gz) = 71dcadfb434202dbdf4798f2ec93b32f
|
||||
SHA256 (Gearman-Client-Async-0.94.tar.gz) = 8f8fa7722c82a27130224828629b8c680eb99e15e562d17e02d57c3f097826ea
|
||||
SIZE (Gearman-Client-Async-0.94.tar.gz) = 9727
|
4
devel/p5-Gearman-Client-Async/pkg-descr
Normal file
4
devel/p5-Gearman-Client-Async/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Gearman::Client::Async - Asynchronous client module for Gearman for
|
||||
Danga::Socket applications
|
||||
|
||||
WWW: http://search.cpan.org/dist/Gearman-Client-Async/
|
8
devel/p5-Gearman-Client-Async/pkg-plist
Normal file
8
devel/p5-Gearman-Client-Async/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Client/Async/.packlist
|
||||
%%SITE_PERL%%/Gearman/Client/Async.pm
|
||||
%%SITE_PERL%%/Gearman/Client/Async/Connection.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Client/Async
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Client
|
||||
@dirrmtry %%SITE_PERL%%/Gearman/Client/Async
|
||||
@dirrmtry %%SITE_PERL%%/Gearman/Client
|
Loading…
Reference in New Issue
Block a user