blob: 6e440cfa2ceafc18b6fdec7db0d2de7815d8b1b3 (
plain)
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
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/rdrt2 bin/rt2
.include <bsd.port.mk>
|