forked from Lainports/opnsense-ports
19 lines
365 B
Makefile
19 lines
365 B
Makefile
PORTNAME= memoizable
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Memoize method return values
|
|
WWW= https://github.com/dkubb/memoizable
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-thread_safe>=0.3.1<1:devel/rubygem-thread_safe
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|