9062695efb
Update to 1.8.5 Convert to RG Fix depends With Hat: ruby Sponsored by: RideCharge Inc. / Taximagic
20 lines
426 B
Makefile
20 lines
426 B
Makefile
# 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>
|