313eaf712c
Update ruby-docile to 1.3.2. ## v1.3.2 (2019-06-12) - Special thanks (again!) to Taichi Ishitani (@taichi-ishitani): - Fix for DSL object is replaced when #dsl_eval is nested (#33, PR #34)
12 lines
311 B
Makefile
12 lines
311 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/10/23 16:34:19 taca Exp $
|
|
|
|
DISTNAME= docile-1.3.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ms-ati.github.com/docile/
|
|
COMMENT= Keeps your Ruby DSLs tame and well-behaved
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|