freebsd-ports/devel/rubygem-asetus/Makefile
Michael Moll e52cd44d4b new port: devel/rubygem-asetus
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>
2015-11-09 15:35:14 +00:00

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>