opnsense-ports/devel/rubygem-recursive-open-struct/Makefile
Franco Fichtner aca4f92396 */*: sync with upstream
Taken from: FreeBSD
2024-10-21 14:34:57 +02:00

19 lines
407 B
Makefile

PORTNAME= recursive-open-struct
PORTVERSION= 2.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows nested hashes to be treated in a recursive fashion
WWW= https://github.com/aetherknight/recursive-open-struct
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-ostruct>=0:devel/rubygem-ostruct
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>