d06d781cc0
- Update version requirement of RUN_DEPENDS - Update pkg-descr Changes: https://github.com/codeplant/simple-navigation/blob/master/CHANGELOG.md
19 lines
375 B
Makefile
19 lines
375 B
Makefile
PORTNAME= simple-navigation
|
|
PORTVERSION= 4.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Create navigations for Rails, Sinatra or Padrino applications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport5>=2.3.2:devel/rubygem-activesupport5
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|