18 lines
328 B
Makefile
18 lines
328 B
Makefile
PORTNAME= mize
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Memoziation for methods and functions for Ruby
|
|
WWW= https://github.com/flori/mize
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-protocol>=2.0<3:devel/rubygem-protocol
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|