mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
360 B
Makefile
15 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/03/15 15:43:28 taca Exp $
|
|
|
|
DISTNAME= kramdown-1.10.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kramdown.gettalong.org/
|
|
COMMENT= Pure-Ruby Markdown-superset parser and converter
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|