1cdbfc488e
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
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# 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>
|