18 lines
347 B
Makefile
18 lines
347 B
Makefile
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>
|