mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
17 lines
294 B
Makefile
17 lines
294 B
Makefile
PORTNAME= ruby-enum
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Enum-like behavior for Ruby
|
|
WWW= https://github.com/dblock/ruby-enum
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|