freebsd-ports/databases/rubygem-dalli/Makefile
Sunpoet Po-Chuan Hsieh 2366bdc12b Add rubygem-dalli 2.7.10
Dalli is a high performance pure Ruby client for accessing memcached servers. It
works with memcached 1.4+ only as it uses the newer binary protocol. It should
be considered a replacement for the memcache-client gem.

The name is a variant of Salvador Dali for his famous painting The Persistence
of Memory.

WWW: https://github.com/petergoldstein/dalli
2019-08-11 16:46:08 +00:00

20 lines
343 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= dalli
PORTVERSION= 2.7.10
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= High performance memcached client for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>