opnsense-ports/devel/rubygem-memoize/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
347 B
Makefile

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)
WWW= https://github.com/djberg96/memoize
LICENSE= ART20
RUN_DEPENDS= rubygem-test-unit>=2.0.2:devel/rubygem-test-unit
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>