pkgsrc/textproc/ruby-hikidoc/Makefile

18 lines
409 B
Makefile
Raw Normal View History

2015-03-15 20:42:33 +01:00
# $NetBSD: Makefile,v 1.7 2015/03/15 19:42:34 hiramatsu Exp $
#
DISTNAME= hikidoc-0.1.0
CATEGORIES= textproc converters ruby
2015-03-15 20:42:33 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/hiki/hikidoc
COMMENT= Text-to-HTML conversion tool for web writers
LICENSE= modified-bsd
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"