aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-memoize/Makefile
blob: c6912345a71d9f2b2529305f15a5317a0e19e4a4 (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)

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>