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
|
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
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>
|