diff options
Diffstat (limited to 'devel/rubygem-rdoc/Makefile')
-rw-r--r-- | devel/rubygem-rdoc/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile new file mode 100644 index 000000000000..2e5adc8c3841 --- /dev/null +++ b/devel/rubygem-rdoc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Ruby rdoc +# Date created: June 23, 2011 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= rdoc +PORTVERSION= 3.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= RDoc produces HTML and command-line documentation for Ruby projects + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |