ports/devel/rubygem-recursive-open-struct/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>