c1995fb275
the Redis key-value store. OK jeremy@
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/26 08:23:25 dcoppa Exp $
|
|
|
|
COMMENT = client library for the Redis key-value store
|
|
|
|
VERSION = 2.1.1
|
|
DISTNAME = redis-${VERSION}
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = http://redis-rb.keyvalue.org/
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|