1770032353
* switch to use GEM * use ruby 1.9 style hash syntax
17 lines
400 B
Makefile
17 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/04/05 08:58:57 obache Exp $
|
|
#
|
|
|
|
DISTNAME= hikidoc-0.1.0
|
|
CATEGORIES= textproc converters ruby
|
|
|
|
MAINTAINER= obache@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"
|