blob: 42c61cdf47aaf2eb582a6e726faf05e2f37a485f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= lru_redux
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Efficient implementation of an lru cache
WWW= https://github.com/SamSaffron/lru_redux
LICENSE= MIT
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|