freebsd-ports/devel/rubygem-recursive-open-struct/Makefile

18 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= recursive-open-struct
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows nested hashes to be treated in a recursive fashion
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>