Files
bsdports/rails6/rubygem-route_translator/Makefile
2019-12-26 07:26:06 +00:00

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>