freebsd-ports/devel/rubygem-simple-navigation-rails50/Makefile
Po-Chuan Hsieh a2274e3484
devel/rubygem-simple-navigation-rails50: Update to 4.3.0
- Update version requirement of RUN_DEPENDS
- Update pkg-descr

Changes:	https://github.com/codeplant/simple-navigation/blob/master/CHANGELOG.md
2021-07-06 22:59:56 +08:00

20 lines
401 B
Makefile

PORTNAME= simple-navigation
PORTVERSION= 4.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= ruby@FreeBSD.org
COMMENT= Create navigations for Rails, Sinatra or Padrino applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport50>=2.3.2:devel/rubygem-activesupport50
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>