mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
554 B
Makefile
22 lines
554 B
Makefile
# $FreeBSD: head/devel/rubygem-web-console-rails52/Makefile 509824 2019-08-25 18:19:38Z sunpoet $
|
|
|
|
PORTNAME= web-console
|
|
PORTVERSION= 3.7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Debugging tool for your Ruby on Rails applications
|
|
|
|
RUN_DEPENDS= rubygem-activemodel>=5.0:rails5/rubygem-activemodel \
|
|
rubygem-actionview>=5.0:rails5/rubygem-actionview \
|
|
rubygem-bindex>=0.4.0:ruby/rubygem-bindex \
|
|
rubygem-railties>=5.0:rails5/rubygem-railties
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|