77165c8d04
Relax acceptable Ruby on Rails version.
18 lines
379 B
Makefile
18 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/03/03 17:24:41 taca Exp $
|
|
|
|
DISTNAME= globalid-0.4.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Reference models by URI
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
USE_LANGAGES= # none
|
|
|
|
RUBY_RAILS_ACCEPTED= # defined
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|