ebd6ca864a
Gitlab will not require it and it fixes a conflict with dotenv python package.
22 lines
374 B
Makefile
22 lines
374 B
Makefile
PORTNAME= dotenv
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Loads environment variables from .env
|
|
WWW= https://github.com/bkeepers/dotenv
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/dotenv
|
|
|
|
.include <bsd.port.mk>
|