mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
19 lines
407 B
Makefile
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>
|