freebsd-ports/textproc/rubygem-rttool/Makefile
2021-07-25 04:23:44 +08:00

19 lines
294 B
Makefile

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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/rdrt2 bin/rt2
.include <bsd.port.mk>