pkgsrc/textproc/ruby-kramdown/Makefile
taca d494893a4b textproc/ruby-rexml: drop dependency
Drop dependency to ruby-rexml since all current ruby*-base package have
rexml library.
2020-05-05 06:18:02 +00:00

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"