aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-hikidoc/Makefile
blob: ede0f68963061479cf5e313eb93928a07b693c95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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:autoplist

PLIST_FILES=    bin/hikidoc

.include <bsd.port.mk>