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