cac4212354
0.6.0 (2021-11-24) * Add ActiveRecord::FixtureSet.signed_global_id helper to generate signed ids inside fixtures. 1.0.0 (2021-11-25) Stable API release. The code is the same as the 0.6.0 release.
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/11/28 07:55:48 taca Exp $
|
|
|
|
DISTNAME= globalid-1.0.0
|
|
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= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|