- Add LICENSE - Use = instead of += Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
20 lines
290 B
Makefile
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>
|