opnsense-ports/devel/rubygem-rash/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>