freebsd-ports/devel/rubygem-memoize/Makefile
Sunpoet Po-Chuan Hsieh 1d60e8761d - Add NO_ARCH
2015-06-10 16:47:17 +00:00

21 lines
420 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)
LICENSE= ART20
RUN_DEPENDS= rubygem-test-unit>=2.0.2:${PORTSDIR}/devel/rubygem-test-unit
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>