Ticket #30236: Portfile

File Portfile, 1.4 KB (added by lynxman@…, 13 years ago)

py27-zookeper Portfile

Line 
1# $Id$
2
3PortSystem        1.0
4
5name              py27-zookeeper
6version           3.3.0
7categories        python devel
8platforms         darwin
9maintainers       lynxman.net:lynxman
10
11description       Python bindings for ZooKeeper, the high-performance coordination service
12long_description        ZooKeeper is a distributed, open-source coordination service for \
13distributed applications. It exposes a simple set of primitives that distributed applications \
14can build upon to implement higher level services for synchronization, configuration \
15maintenance, and groups and naming. It is designed to be easy to program to, and uses a data \
16model styled after the familiar directory tree structure of file systems. This port contains \
17the C bindings for interacting with it.
18
19homepage          http://hadoop.apache.org/zookeeper/
20distname          zookeeper-${version}
21master_sites      apache:hadoop/zookeeper/${distname}
22
23checksums         sha1 6f4bdcc8cade06f92c0c843f327fa8291d5933c8
24
25livecheck.type    regex
26livecheck.regex   {zookeeper-(\d+(?:\.\d+)*\w).tar.gz}
27
28worksrcdir        ${distname}/src/contrib/zkpython
29
30use_configure     no                   
31build.cmd         ant
32build.target      install
33build.args        -Ddist.dir=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ -Dbuild.dir=${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
34destroot.cmd      true