mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
21 lines
366 B
Makefile
21 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= recursive-open-struct
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 100
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Allows nested hashes to be treated in a recursive fashion
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
PORTSCOUT= limit:^1\.0\.0
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|