aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rttool/Makefile
blob: e475ad3529f7941b758de010e184efe2ede13073 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
WWW=		https://rubygems.org/gems/rttool

LICENSE=	GPLv2 RUBY
LICENSE_COMB=	dual

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/rdrt2 bin/rt2

.include <bsd.port.mk>