freebsd-ports/databases/rubygem-memcache-client/Makefile

21 lines
426 B
Makefile
Raw Normal View History

# Ports collection makefile for: rubygem-memchache-client
# Date created: 26 January 2006
# Whom: 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>