aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sdbm/Makefile
blob: 1dd2161315084966a68e49d01dd0b52242148b30 (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
WWW=		https://github.com/ruby/sdbm

LICENSE=	BSD2CLAUSE

USES=		gem

.include <bsd.port.mk>