openbsd-ports/databases/ruby-redis/Makefile

27 lines
541 B
Makefile
Raw Normal View History

2011-06-27 09:12:27 -04:00
# $OpenBSD: Makefile,v 1.3 2011/06/27 13:12:27 dcoppa Exp $
COMMENT = client library for the Redis key-value store
2011-06-27 09:12:27 -04:00
VERSION = 2.2.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
2011-06-03 14:53:47 -04:00
post-install:
@find ${PREFIX}/${GEM_LIB}/ -name '.git*' -print0 | xargs -0 rm
.include <bsd.port.mk>