ab997505ac
Upstream changes: - implement Diva::URI()
15 lines
426 B
Makefile
15 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/04/29 13:07:00 tsutsui Exp $
|
|
|
|
DISTNAME= diva-0.3.2
|
|
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"
|