forked from Lainports/opnsense-ports
18 lines
312 B
Makefile
18 lines
312 B
Makefile
PORTNAME= memcache-client
|
|
PORTVERSION= 1.8.5
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby bindings for MemCached
|
|
WWW= https://github.com/mperham/memcache-client
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/memcached_top
|
|
|
|
.include <bsd.port.mk>
|