aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rttool/Makefile
blob: 2f1cc4b153c4a74550a7fe7e24ffca15d5d9935f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	rttool
PORTVERSION=	1.0.3.0
CATEGORIES=	textproc ruby
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	RT into HTML and plain text converter

LICENSE=	GPLv2 RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/rdrt2 bin/rt2

.include <bsd.port.mk>