18 lines
292 B
Makefile
18 lines
292 B
Makefile
PORTNAME= hikidoc
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Text-to-HTML conversion tool for web writers
|
|
WWW= https://github.com/hiki/hikidoc
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/hikidoc
|
|
|
|
.include <bsd.port.mk>
|