Files
ports/databases/rubygem-memcache-client/Makefile
Steve Wills b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00

22 lines
349 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
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem:autoplist
PLIST_FILES= bin/memcached_top
.include <bsd.port.mk>