Browse Source
misc/rubygem-dotenv-rails-rails4: Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
overlay
Po-Chuan Hsieh
1 year ago
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with
4 additions and
1 deletions
-
misc/rubygem-dotenv-rails-rails4/Makefile
|
|
@ -12,11 +12,14 @@ WWW= https://github.com/bkeepers/dotenv |
|
|
|
LICENSE= MIT |
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE |
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-dotenv2>=${PORTVERSION}:misc/rubygem-dotenv2 \
|
|
|
|
RUN_DEPENDS= rubygem-dotenv2>=${PORTVERSION}<${PORTVERSION}_99:misc/rubygem-dotenv2 \
|
|
|
|
rubygem-railties4>=3.2:www/rubygem-railties4 |
|
|
|
|
|
|
|
USES= gem |
|
|
|
|
|
|
|
NO_ARCH= yes |
|
|
|
|
|
|
|
# dotenv-rails 3.0.0+ requires Rails 6.1+
|
|
|
|
PORTSCOUT= limit:^2\. |
|
|
|
|
|
|
|
.include <bsd.port.mk> |
|
|
|