pkgsrc/devel/ruby-dotenv/Makefile
taca 53324d9cac Update ruby-dotenv to 2.1.0.
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)
2016-02-16 14:55:34 +00:00

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"