mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
21 lines
281 B
Makefile
21 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/hikidoc
|
|
|
|
.include <bsd.port.mk>
|