Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-memoize / Makefile
1 # Created by: Steve Wills <swills@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       memoize
5 PORTVERSION=    1.3.1
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Speeds up methods at the cost of memory (or disk space)
11
12 LICENSE=        ART20
13
14 RUN_DEPENDS=    rubygem-test-unit>=2.0.2:${PORTSDIR}/devel/rubygem-test-unit
15
16 NO_ARCH=        yes
17 USE_RUBY=       yes
18 USE_RUBYGEMS=   yes
19 RUBYGEM_AUTOPLIST=      yes
20
21 .include <bsd.port.mk>