diff options
Diffstat (limited to 'devel/rubygem-memoist3/Makefile')
-rw-r--r-- | devel/rubygem-memoist3/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/rubygem-memoist3/Makefile b/devel/rubygem-memoist3/Makefile new file mode 100644 index 000000000000..baf550b7be38 --- /dev/null +++ b/devel/rubygem-memoist3/Makefile @@ -0,0 +1,17 @@ +PORTNAME= memoist3 +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Memoize methods invocation +WWW= https://github.com/honzasterba/memoist + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |