Ticket #23342: Portfile.2

File Portfile.2, 757 bytes (added by n0ts (Naoya Nakazawa), 14 years ago)
Line 
1# $Id: $
2
3PortSystem              1.0
4
5name                    kumofs
6version                 0.3.5
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
19home_page \
20        http://github.com/etolabo/kumofs
21
22master_sites \
23        http://github.com/downloads/etolabo/${name}
24
25checksums \
26        md5 120c7e2528f7f20524bdff94364bfec1 \
27        sha1 59a1805989fba1094696b97737bd5f5514a43eeb \
28        rmd160 28c3568d39ca72406a7a336270748dc3b877202f
29
30depends_lib \
31        port:msgpack \
32        port:rb-msgpack \
33        port:tokyocabinet \
34        port:openssl \
35        port:zlib
36