blob: 9061564cb6604c18306c21a2908157a73b4507fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|