aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-asetus/Makefile
blob: 08e2527cd0c7280750f7369d8965742dd31bb210 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
USES=       gem

.include <bsd.port.mk>