freebsd-ports/databases/rubygem-memcache-client/Makefile
Pav Lucistnik fa9beb8703 New Ruby MemCached client memcache-client from the Robotcoop. It is a pure Ruby
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>
2006-01-29 11:57:23 +00:00

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>