aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-figaro/Makefile
blob: 1b44c5b53346722e8552e9670c45f36e6285ed0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	figaro
PORTVERSION=	1.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file
WWW=		https://github.com/laserlemon/figaro

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-thor>=0.14.0<2:devel/rubygem-thor

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/figaro

.include <bsd.port.mk>