e52cd44d4b
A configuration library for Ruby with YAML/JSON/TOML backends with unified object access. WWW: https://github.com/ytti/asetus PR: 203367 Submitted by: Nick Hilliard <nick@foobar.org>
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# Created by: Nick Hilliard <nick@foobar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asetus
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= Ruby configuration library with YAML/JSON/TOML backends
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|