www/ruby-actionview51: fix COMMENT
Fix COMMENT, this is not for Rails 4.2 but 5.1.
This commit is contained in:
parent
e0c6f83da7
commit
1456428b30
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/03/21 09:52:59 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/10/09 17:07:07 taca Exp $
|
||||
|
||||
DISTNAME= actionview-${RAILS_VERSION}
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-actionview${RUBY_RAILS}-${RAILS_VERSION}
|
||||
|
@ -6,7 +6,7 @@ CATEGORIES= www
|
|||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.rubyonrails.org/
|
||||
COMMENT= Rendering framework putting the V in MVC (part of Rails)
|
||||
COMMENT= Rendering framework putting the V in MVC (part of Rails 5.1)
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
||||
|
|
Loading…
Reference in a new issue