17 lines
365 B
Makefile
17 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/06/21 15:42:10 taca Exp $
|
|
|
|
DISTNAME= globalid-0.4.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Reference models by URI
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
RUBY_RAILS_SUPPORTED= 42
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|