Sunpoet Po-Chuan Hsieh ba516184d6 - Update to 2.0.1
- Add LICENSE
- Use = instead of +=

Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2015-05-25 19:55:55 +00:00

20 lines
290 B
Makefile

# $FreeBSD$
PORTNAME= dotenv
PORTVERSION= 2.0.1
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Loads environment variables from `.env`
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/dotenv
.include <bsd.port.mk>