mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
23 lines
433 B
Makefile
23 lines
433 B
Makefile
# Created by: Qing Feng <qingfeng@douban.com>
|
|
|
|
PORTNAME= beansdb
|
|
PORTVERSION= 0.7.1.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
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>
|