mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
23 lines
527 B
Makefile
23 lines
527 B
Makefile
PORTNAME= simple-navigation
|
|
PORTVERSION= 4.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Create navigations for Rails, Sinatra or Padrino applications
|
|
WWW= https://github.com/codeplant/simple-navigation
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Ruby on Rails 6.1.x reaches EOL on 2024-10-01
|
|
EXPIRATION_DATE= 2024-10-24
|
|
|
|
RUN_DEPENDS= rubygem-activesupport61>=2.3.2:devel/rubygem-activesupport61
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|