Steve Wills 11c65a8af1 Loads environment variables from .env.
WWW: https://github.com/bkeepers/dotenv

PR:		ports/182667
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 13:11:22 +00:00

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>