mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# Created by: Nick Hilliard <nick@foobar.org>
|
|
# $FreeBSD: head/devel/rubygem-asetus/Makefile 414136 2016-04-27 21:57:31Z swills $
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|