freebsd-ports/devel/rubygem-mize/Makefile
Sunpoet Po-Chuan Hsieh 54e30c9262 Cosmetic change
2019-11-18 18:13:18 +00:00

21 lines
370 B
Makefile

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