summaryrefslogtreecommitdiff
path: root/devel/rubygem-memoize/Makefile
blob: 017af170b79f9b94d6ecf5c84fd71ec6860b4828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Steve Wills <swills@FreeBSD.org>

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)

LICENSE=	ART20

RUN_DEPENDS=	rubygem-test-unit>=2.0.2:devel/rubygem-test-unit

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>