freebsd-ports/misc/rubygem-dotenv/Makefile
Rui Paulo e66932b254 Update rubygem-dotenv to 0.10.0.
Reviewed by:	swills
2014-05-19 04:11:03 +00:00

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>