- Remove RUN_DEPENDS: rubygem-racc is a development dependency - Remove USE_RAKE - Remove post-install: - Bump PORTREVISION for dependency change
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rdtool
|
|
PORTVERSION= 0.6.38
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= RD to HTML/man/etc. converter (RD is to Ruby as POD is to Perl)
|
|
|
|
LICENSE= GPLv2 GPLv3 RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/rd2 bin/rdswap.rb
|
|
|
|
.include <bsd.port.mk>
|