summaryrefslogtreecommitdiff
path: root/devel/rubygem-recursive-open-struct/Makefile
blob: 71599885ca0795da5a7f6cf97bc296d81e7eebff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>