1b279c100b
more easily contribute to their maintenance.
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dotenv-rails
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Autoload dotenv in Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \
|
|
rubygem-railties50>=3.2:www/rubygem-railties50
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|