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

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

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

RUN_DEPENDS=    rubygem-dotenv-deployment>=0.0.2:${PORTSDIR}/devel/rubygem-dotenv-deployment

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES+=   bin/dotenv

.include <bsd.port.mk>