WWW: https://github.com/bkeepers/dotenv PR: ports/182667 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
20 lines
292 B
Makefile
20 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dotenv
|
|
PORTVERSION= 0.9.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
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|