22 lines
378 B
Makefile
22 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>
|