aboutsummaryrefslogtreecommitdiff
path: root/misc/rubygem-dotenv/Makefile
blob: 3dd8f8c52304afcbdee2fb932569d2b4f35eb385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	dotenv
PORTVERSION=	0.10.0
CATEGORIES=	misc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Loads environment variables from `.env`

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES+=	bin/dotenv


.include <bsd.port.mk>