2014-10-06 05:16:41 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lru_redux
|
2015-05-31 21:26:25 +02:00
|
|
|
PORTVERSION= 1.1.0
|
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
|
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
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>
|