19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hikidoc
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A text-to-HTML conversion tool for web writers
|
|
|
|
RUN_DEPENDS= rubygem-hoe>=1.7.0:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/hikidoc
|
|
|
|
.include <bsd.port.mk>
|