1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/rubygem-memoize/Makefile
Steve Wills fc183e2778 devel/rubygem-memoize: add port for rubygem-memoize
The memoize library allows you to cache methods for faster lookup. Cached
results can either be stored in memory (the default) or to a file.

WWW: http://github.com/djberg96/memoize
2014-08-19 15:08:03 +00:00

19 lines
390 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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)
RUN_DEPENDS= rubygem-test-unit>=2.0.2:${PORTSDIR}/devel/rubygem-test-unit
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>