1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/misc/rubygem-dotenv/Makefile
2013-10-30 02:50:05 +00:00

19 lines
278 B
Makefile

# $FreeBSD$
PORTNAME= dotenv
PORTVERSION= 0.9.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>