mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= recursive-open-struct
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 100
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Allows nested hashes to be treated in a recursive fashion
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-recursive-open-struct instead.
|
|
EXPIRATION_DATE= 2018-06-30
|
|
|
|
PORTSCOUT= limit:^1\.0\.0
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|