diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-25 03:31:46 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-25 03:31:46 +0000 |
commit | d3234c775dd1af1e5879d9b06978bad6a46c94f8 (patch) | |
tree | e0e8c968b8beb5b057a2061a7cfa35511ed88bb4 /databases/rubygem-memcache/Makefile | |
parent | e2e9d8b78d58720172a3bb18606239b27ce2210c (diff) | |
download | ports-d3234c775dd1af1e5879d9b06978bad6a46c94f8.tar.gz ports-d3234c775dd1af1e5879d9b06978bad6a46c94f8.zip |
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>
Notes
Notes:
svn path=/head/; revision=276260
Diffstat (limited to 'databases/rubygem-memcache/Makefile')
-rw-r--r-- | databases/rubygem-memcache/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/rubygem-memcache/Makefile b/databases/rubygem-memcache/Makefile new file mode 100644 index 000000000000..837ee46f023e --- /dev/null +++ b/databases/rubygem-memcache/Makefile @@ -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> |