freebsd-ports/databases/rubygem-memcache/Makefile
Philip M. Gollucci d3234c775d 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>
2011-06-25 03:31:46 +00:00

24 lines
514 B
Makefile

# 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>