blob: d5d478e8ca1e5dee3e79531326e20c21d12ac3e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= recursive-open-struct
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@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
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>
|