mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
21 lines
426 B
Makefile
21 lines
426 B
Makefile
PORTNAME= dotenv-rails
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Autoload dotenv in Rails
|
|
WWW= https://github.com/bkeepers/dotenv
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \
|
|
rubygem-railties61>=6.1:www/rubygem-railties61
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|