freebsd-ports/devel/rubygem-ice_nine/Makefile
Steve Wills ba9b69fc1a The ice_nine gem provides a Ruby module that allows one to deep freeze
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>
2014-03-29 14:56:54 +00:00

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>