2006-01-29 12:57:23 +01:00
|
|
|
# Ports collection makefile for: rubygem-memchache-client
|
|
|
|
# Date created: 26 January 2006
|
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= memcache-client
|
2010-09-02 04:30:54 +02:00
|
|
|
PORTVERSION= 1.8.5
|
2006-01-29 12:57:23 +01:00
|
|
|
CATEGORIES= databases rubygems
|
2010-09-02 04:30:54 +02:00
|
|
|
MASTER_SITES= RG
|
2006-01-29 12:57:23 +01:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-01-29 12:57:23 +01:00
|
|
|
COMMENT= Ruby bindings for MemCached
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:22:17 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2010-09-02 04:30:54 +02:00
|
|
|
PLIST_FILES= bin/memcached_top
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|