1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

rubygem-memcache

Ruby client for memcached supporting advanced
protocol features and pluggable architecture.

WWW: http://github.com/ninjudd/memcache

PR:		ports/153453
Submitted by:	Mikhail T. <michael at fun-box.ru>
This commit is contained in:
Philip M. Gollucci 2011-06-25 03:31:46 +00:00
parent e2e9d8b78d
commit d3234c775d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276260
4 changed files with 33 additions and 0 deletions

View File

@ -773,6 +773,7 @@
SUBDIR += rubygem-do_sqlite3
SUBDIR += rubygem-jdbc-mysql
SUBDIR += rubygem-kirbybase
SUBDIR += rubygem-memcache
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-pg
SUBDIR += rubygem-postgres

View File

@ -0,0 +1,24 @@
# Ports collection makefile for: rubygem-memchache
# Date created: 2010-12-25
# Whom: Mikhail T. <michael@fun-box.ru>
#
# $FreeBSD$
PORTNAME= memcache
PORTVERSION= 1.2.13
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= michael@fun-box.ru
COMMENT= Ruby bindings for libmemcached
LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_ENV +=EXTERNAL_LIB="YES"
CONFIGURE_ARGS= "--with-opt-dir=${LOCALBASE}"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/memcache-1.2.13.gem) = 4b4ac40cf8f4052d0a66c4ff8d75e8e452553539910717da623343a3b0783ef6
SIZE (rubygem/memcache-1.2.13.gem) = 697344

View File

@ -0,0 +1,6 @@
rubygem-memcache
Ruby client for memcached supporting advanced
protocol features and pluggable architecture.
WWW: http://github.com/ninjudd/memcache