2014-10-06 05:16:41 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lru_redux
|
2015-02-21 12:31:48 +01:00
|
|
|
PORTVERSION= 0.8.3
|
2014-10-06 05:16:41 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Efficient implementation of an lru cache
|
|
|
|
|
2015-02-21 12:31:48 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-10-06 05:16:41 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2015-02-21 12:31:48 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2014-10-06 05:16:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|