73834204b7
- Add NO_ARCH Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
20 lines
303 B
Makefile
20 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dotenv
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Loads environment variables from `.env`
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/dotenv
|
|
|
|
.include <bsd.port.mk>
|