diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-09-08 08:20:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-09-08 08:20:57 +0000 |
commit | f85869990133067049bce41eeb1f3e4483c828f9 (patch) | |
tree | 34321e7873d28ab075910df8c4d1bcfd12c8f7a8 /devel/p5-Gearman-Client-Async | |
parent | 3736e22c6092a136166a5b6d5dd151efb941a1eb (diff) | |
download | ports-f85869990133067049bce41eeb1f3e4483c828f9.tar.gz ports-f85869990133067049bce41eeb1f3e4483c828f9.zip |
Notes
Diffstat (limited to 'devel/p5-Gearman-Client-Async')
-rw-r--r-- | devel/p5-Gearman-Client-Async/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Gearman-Client-Async/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Gearman-Client-Async/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Gearman-Client-Async/pkg-plist | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-Gearman-Client-Async/Makefile b/devel/p5-Gearman-Client-Async/Makefile new file mode 100644 index 000000000000..ef3f7a833b44 --- /dev/null +++ b/devel/p5-Gearman-Client-Async/Makefile @@ -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> diff --git a/devel/p5-Gearman-Client-Async/distinfo b/devel/p5-Gearman-Client-Async/distinfo new file mode 100644 index 000000000000..a7d1c9e8bec8 --- /dev/null +++ b/devel/p5-Gearman-Client-Async/distinfo @@ -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 diff --git a/devel/p5-Gearman-Client-Async/pkg-descr b/devel/p5-Gearman-Client-Async/pkg-descr new file mode 100644 index 000000000000..5f23779837a9 --- /dev/null +++ b/devel/p5-Gearman-Client-Async/pkg-descr @@ -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/ diff --git a/devel/p5-Gearman-Client-Async/pkg-plist b/devel/p5-Gearman-Client-Async/pkg-plist new file mode 100644 index 000000000000..98dff187ebeb --- /dev/null +++ b/devel/p5-Gearman-Client-Async/pkg-plist @@ -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 |