mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
98e2a8df38
<qingfeng@douban.com>: host aspmx.l.google.com[74.125.131.27] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr Reported by: pkg-fallout
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: Qing Feng <qingfeng@douban.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= beansdb
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Yet another distributed key-value storage system from Douban Inc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_CSTD= gnu89
|
|
CFLAGS+= ${PTHREAD_LIBS}
|
|
|
|
PLIST_FILES= bin/beansdb \
|
|
man/man1/beansdb.1.gz
|
|
|
|
.include <bsd.port.mk>
|