diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-06-10 01:27:05 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-06-10 01:27:05 +0000 |
commit | d34e0d3a4464d1b20b398a1e38122bd1721ef350 (patch) | |
tree | 6f389e9edfa7708f2acee1edc2bed240db016797 /textproc/rubygem-rdtool/Makefile | |
parent | 85130f047479021f7f7b32d28005fe5a38b1a51d (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-rdtool/Makefile')
-rw-r--r-- | textproc/rubygem-rdtool/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/rubygem-rdtool/Makefile b/textproc/rubygem-rdtool/Makefile new file mode 100644 index 000000000000..aead02b34605 --- /dev/null +++ b/textproc/rubygem-rdtool/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= rdtool +PORTVERSION= 0.6.38 +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) + +RUN_DEPENDS= rubygem-racc>=1.4.6:${PORTSDIR}/devel/rubygem-racc + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +USE_RAKE= yes +PLIST_FILES= bin/rd2 bin/rdswap.rb + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |