freebsd-ports/devel/rubygem-mize/Makefile
Sunpoet Po-Chuan Hsieh 1395424c55 Add rubygem-mize 0.3.2
Mize provides memoize methods/functions in Ruby.

WWW: https://github.com/flori/mize
2017-07-05 23:55:05 +00:00

20 lines
365 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= mize
PORTVERSION= 0.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Memoziation for methods and functions for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-protocol>=0:devel/rubygem-protocol
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>