mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
19 lines
497 B
Makefile
19 lines
497 B
Makefile
# $FreeBSD: head/devel/rubygem-webpacker-rails50/Makefile 469148 2018-05-05 17:22:26Z sunpoet $
|
|
|
|
PORTNAME= route_translator
|
|
PORTVERSION= 7.0.1
|
|
CATEGORIES= devel net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Use RouteTranslator to manage the translations of your app routes
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=5.0:rails6/rubygem-activesupport \
|
|
rubygem-actionpack>=5.0:rails6/rubygem-actionpack
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|