- Take maintainership Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
21 lines
308 B
Makefile
21 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dotenv
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Loads environment variables from `.env`
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/dotenv
|
|
|
|
.include <bsd.port.mk>
|