fa9beb8703
client for memcached. It is nearly a drop-in replacement for Ruby MemCache while beeing much faster. PR: ports/92350 Submitted by: Jonathan Weiss <jw@innerewut.de>
17 lines
466 B
Makefile
17 lines
466 B
Makefile
# Ports collection makefile for: rubygem-memchache-client
|
|
# Date created: 26 January 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= memcache-client
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/8110/
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Ruby bindings for MemCached
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|