deb1b68c1d
- Removed unnecessary PORTREVISION=0 - Updated MASTER_SITES to use shorthand definition PR: ports/161907 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: qingfeng@douban.com (maintainer)
22 lines
436 B
Makefile
22 lines
436 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
|
|
CATEGORIES= databases
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= qingfeng@douban.com
|
|
COMMENT= Yet another distributed key-value storage system from Douban Inc
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= ${PTHREAD_LIBS}
|
|
|
|
MAN1= beansdb.1
|
|
PLIST_FILES= bin/beansdb
|
|
|
|
.include <bsd.port.mk>
|