blob: 248ac84db1254ecbcb22f0c718a82f2b1f785e14 (
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.1.8
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>
|