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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Loads environment variables from .env
WWW=		https://github.com/bkeepers/dotenv

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/dotenv

CONFLICTS_INSTALL=	py*-python-dotenv # bin/dotenv

.include <bsd.port.mk>