freebsd-ports/databases/beansdb/Makefile
Vanilla I. Shu 06fe66c1e7 Upgrade to 0.5.3.
PR:		ports/158416
Submitted by:	maintainer
2011-08-01 07:32:44 +00:00

24 lines
491 B
Makefile

# New ports collection makefile for: beansdb
# Date created: 2010-03-27
# Whom: Qing Feng <qingfeng@douban.com>
#
# $FreeBSD$
#
PORTNAME= beansdb
PORTVERSION= 0.5.3
PORTREVISION= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= qingfeng@douban.com
COMMENT= Yet anonther distributed key-value storage system from Douban Inc
GNU_CONFIGURE= yes
CFLAGS+= -pthread
MAKE_ENV+= CFLAGS="${CFLAGS}"
MAN1= beansdb.1
PLIST_FILES= bin/beansdb
.include <bsd.port.mk>