ba9b69fc1a
Ruby objects. This module provides an alternative method of freezing objects to the embedded from the Ruby Object module. WWW: https://github.com/dkubb/ice_nine PR: ports/187988 Submitted by: Michael Moll <kvedulv at kvedulv.de>
18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ice_nine
|
|
PORTVERSION= 0.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Deep freeze Ruby objects
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|