Ticket #23342: Portfile

File Portfile, 734 bytes (added by n0ts (Naoya Nakazawa), 14 years ago)
Line 
1# $Id: Portfile 54042 2009-07-19 17:40:16Z toby@macports.org $
2
3PortSystem              1.0
4
5name                    kumofs
6version                 0.3.0
7homepage                http://code.etolabo.com/kumofs
8categories              net
9platforms               darwin
10maintainers             gmail.com:naoya.n
11use_parallel_build      yes
12
13description \
14        kumofs is a scalable and highly available distributed key-value store.
15
16long_description \
17        kumofs is a scalabe and highly available distributed key-value store.
18
19master_sites \
20        http://cloud.github.com/downloads/etolabo/kumofs/
21
22checksums \
23        md5 a1b79cae6762cca3d76c5507ca983790 \
24        sha1 14bbf5b00dc383296a170f7bcfed7f479e2aaf46 \
25        md160 76e56a61059a65473fe0605a73b343e1428065a5
26
27depends_lib \
28        port:msgpack \
29        port:rb-msgpack \
30        port:tokyocabinet \
31        port:openssl \
32        port:zlib
33