mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
22 lines
447 B
Makefile
22 lines
447 B
Makefile
PORTNAME= dotenv-rails
|
|
PORTVERSION= 2.8.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Autoload dotenv in Rails
|
|
WWW= https://github.com/bkeepers/dotenv
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-dotenv2>=${PORTVERSION}:misc/rubygem-dotenv2 \
|
|
rubygem-railties50>=3.2:www/rubygem-railties50
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|