2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
2006-01-29 12:57:23 +01:00
|
|
|
# $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
|
|
|
|
|
2013-12-31 14:08:35 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
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
|
2013-12-31 14:08:35 +01:00
|
|
|
|
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>
|