blob: ac0712ff4cb992f03bc15e29cadc6802ada96c1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= memoize
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Speeds up methods at the cost of memory (or disk space)
WWW= https://github.com/djberg96/memoize
LICENSE= ART20
RUN_DEPENDS= rubygem-test-unit>=2.0.2:devel/rubygem-test-unit
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|