cd5adb596e
Upstream changes: - support export/import of models with time field in ISO 8601 format strings
15 lines
426 B
Makefile
15 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/01/07 14:19:04 tsutsui Exp $
|
|
|
|
DISTNAME= diva-0.3.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/diva
|
|
COMMENT= Implementation of expression for handling things
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5<2.6:../../net/ruby-addressable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|