forked from Lainports/opnsense-ports
20 lines
377 B
Makefile
20 lines
377 B
Makefile
PORTNAME= rash
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple extension to Hashie::Mash for rubyfied keys
|
|
WWW= https://github.com/tcocca/rash
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-hashie>=2.0.0:devel/rubygem-hashie
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|