mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
d31630f551
Submitted by: KATO Tsuguru <tkato432 yahoo com>
25 lines
460 B
Makefile
25 lines
460 B
Makefile
# Created by: Qing Feng <qingfeng@douban.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= beansdb
|
|
PORTVERSION= 0.6.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Yet another distributed key-value storage system from Douban Inc
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= douban
|
|
|
|
USES= autoreconf
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/beansdb man/man1/beansdb.1.gz
|
|
|
|
.include <bsd.port.mk>
|