e66932b254
Reviewed by: swills
18 lines
279 B
Makefile
18 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dotenv
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Loads environment variables from `.env`
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES+= bin/dotenv
|
|
|
|
|
|
.include <bsd.port.mk>
|