Add rubygem-ruby-enum 0.7.2

Ruby::Enum provides enum-like behavior for Ruby. Enums can be defined and
accessed either as constants or class methods.

WWW: https://github.com/dblock/ruby-enum
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-12 20:31:45 +00:00
parent 542b1e2b40
commit 1cdbfc488e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464276
4 changed files with 29 additions and 0 deletions

View file

@ -5728,6 +5728,7 @@
SUBDIR += rubygem-rubocop
SUBDIR += rubygem-ruby-atmos-pure
SUBDIR += rubygem-ruby-bugzilla
SUBDIR += rubygem-ruby-enum
SUBDIR += rubygem-ruby-filemagic
SUBDIR += rubygem-ruby-fogbugz
SUBDIR += rubygem-ruby-libvirt

View file

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-enum
PORTVERSION= 0.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enum-like behavior for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1520734939
SHA256 (rubygem/ruby-enum-0.7.2.gem) = 1d66e6ccbd65570193858616e181dc7ea82a95c5b4e32f6f9fc6a068e356c240
SIZE (rubygem/ruby-enum-0.7.2.gem) = 24064

View file

@ -0,0 +1,4 @@
Ruby::Enum provides enum-like behavior for Ruby. Enums can be defined and
accessed either as constants or class methods.
WWW: https://github.com/dblock/ruby-enum