53324d9cac
2.1.0 - Jan 13, 2016 * Relax dependency on railties to allow Rails 5.0 apps. (#226) * Fix scenario where some escaped $ would not be unescaped. (#222) * Gracefully handle files with UTF-8 BOM (#225)
12 lines
307 B
Makefile
12 lines
307 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/02/16 14:55:34 taca Exp $
|
|
|
|
DISTNAME= dotenv-2.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bkeepers/dotenv
|
|
COMMENT= Loads environment variables from .env
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|