aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-hikidoc/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-10 01:08:08 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-10 01:08:08 +0000
commit90a7de83157ec8ba68e0c78585a05610ac93e9a9 (patch)
treed2317608389eaa918c5880882a969c119e4d29c2 /textproc/rubygem-hikidoc/Makefile
parent367bb02b7a6db5cec07b1888d2051ed1588fef39 (diff)
downloadports-90a7de83157ec8ba68e0c78585a05610ac93e9a9.tar.gz
ports-90a7de83157ec8ba68e0c78585a05610ac93e9a9.zip
Notes
Diffstat (limited to 'textproc/rubygem-hikidoc/Makefile')
-rw-r--r--textproc/rubygem-hikidoc/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/rubygem-hikidoc/Makefile b/textproc/rubygem-hikidoc/Makefile
new file mode 100644
index 000000000000..2f8d334df507
--- /dev/null
+++ b/textproc/rubygem-hikidoc/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= hikidoc
+PORTVERSION= 0.0.4
+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>