diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-08-21 20:53:02 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-08-21 20:53:02 +0000 |
commit | 391671f61d07c9b68c849c9045228474b2fa5535 (patch) | |
tree | 3f207b0ae51874656a6dacd3734bfec8c2f7e89b | |
parent | 84e8f09f4301a5225c495ebdcfdafb7b7f3ae5eb (diff) | |
download | ports-391671f61d07c9b68c849c9045228474b2fa5535.tar.gz ports-391671f61d07c9b68c849c9045228474b2fa5535.zip |
Net::ZooKeeper provides a Perl interface to the synchronous C API
of Apache ZooKeeper.
ZooKeeper is coordination service for distributed applications and
is a sub-project of the Apache Hadoop project.
WWW: http://search.cpan.org/dist/Net::ZooKeeper/
Notes
Notes:
svn path=/head/; revision=302899
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Net-ZooKeeper/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Net-ZooKeeper/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Net-ZooKeeper/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Net-ZooKeeper/pkg-plist | 10 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 502ce782af73..d4988d3a57f6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2234,6 +2234,7 @@ SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus + SUBDIR += p5-Net-ZooKeeper SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite diff --git a/devel/p5-Net-ZooKeeper/Makefile b/devel/p5-Net-ZooKeeper/Makefile new file mode 100644 index 000000000000..4b616c478325 --- /dev/null +++ b/devel/p5-Net-ZooKeeper/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Net-ZooKeeper +# Date created: 2012-08-20 +# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-ZooKeeper +PORTVERSION= 0.35 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Perl extension for Apache ZooKeeper + +BUILD_DEPENDS= zookeeper>=3.3.5:${PORTSDIR}/devel/zookeeper +RUN_DEPENDS:= ${BUILD_DEPEND} + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --zookeeper-include ${PREFIX}/include/c-client-src \ + --zookeeper-include ${PREFIX}/include/zookeeper \ + --zookeeper-lib ${PREFIX}/libs + +MAN3= Net::ZooKeeper.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Net-ZooKeeper/distinfo b/devel/p5-Net-ZooKeeper/distinfo new file mode 100644 index 000000000000..6c74a55c1a65 --- /dev/null +++ b/devel/p5-Net-ZooKeeper/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-ZooKeeper-0.35.tar.gz) = 9ba5c5f7254544793413b9029e5d420ca141b7ce72fb97ea82d328e2316e9583 +SIZE (Net-ZooKeeper-0.35.tar.gz) = 41722 diff --git a/devel/p5-Net-ZooKeeper/pkg-descr b/devel/p5-Net-ZooKeeper/pkg-descr new file mode 100644 index 000000000000..2fb5557b91cc --- /dev/null +++ b/devel/p5-Net-ZooKeeper/pkg-descr @@ -0,0 +1,7 @@ +Net::ZooKeeper provides a Perl interface to the synchronous C API +of Apache ZooKeeper. + +ZooKeeper is coordination service for distributed applications and +is a sub-project of the Apache Hadoop project. + +WWW: http://search.cpan.org/dist/Net::ZooKeeper/ diff --git a/devel/p5-Net-ZooKeeper/pkg-plist b/devel/p5-Net-ZooKeeper/pkg-plist new file mode 100644 index 000000000000..52dd3447202f --- /dev/null +++ b/devel/p5-Net-ZooKeeper/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper/ZooKeeper.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper/ZooKeeper.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Net/ZooKeeper.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net |