d494893a4b
Drop dependency to ruby-rexml since all current ruby*-base package have rexml library.
16 lines
383 B
Makefile
16 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.25 2020/05/05 06:18:02 taca Exp $
|
|
|
|
DISTNAME= kramdown-2.2.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://kramdown.gettalong.org/
|
|
COMMENT= Pure-Ruby Markdown-superset parser and converter
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|