freebsd-ports/databases/rubygem-memcache-client/Makefile
2013-10-30 02:26:17 +00:00

17 lines
333 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= memcache-client
PORTVERSION= 1.8.5
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bindings for MemCached
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/memcached_top
.include <bsd.port.mk>