blob: 650cd24db209b67aa3fb6c20992f8d3dbc95c5ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= hikidoc
PORTVERSION= 0.1.1
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>
|