blob: a5b6b8f0ab768a8cb183df1872ffb05e74024965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= sdbm
PORTVERSION= 1.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple file-based key-value store with String keys and values
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
|