mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
874 B
Plaintext
24 lines
874 B
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup spotify sparkey ee53521e1025
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 0.2.99
|
|
revision 1
|
|
maintainers nomaintainer
|
|
categories databases
|
|
description Simple constant key/value storage library, for read-heavy \
|
|
systems with infrequent large bulk inserts.
|
|
long_description {*}${description}
|
|
license Apache-2
|
|
|
|
depends_lib port:snappy
|
|
|
|
checksums rmd160 013016a5ac351c8817a6b6bb24fd85015db2c12d \
|
|
sha256 9f4369e0d958f9d01f0165a424673c35b67d16db51fea49a118607a2e5307143
|
|
|
|
use_autoreconf yes
|