diff options
Diffstat (limited to 'devel/ruby-gemfinder/Makefile')
-rw-r--r-- | devel/ruby-gemfinder/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/devel/ruby-gemfinder/Makefile b/devel/ruby-gemfinder/Makefile deleted file mode 100644 index cf29ed4867c8..000000000000 --- a/devel/ruby-gemfinder/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= gemfinder -PORTVERSION= 1.9.6 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://onestepback.org/packages/gemfinder/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A simple class browser (built with Ruby/Tk) for Ruby modules/programs - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-10-10 - -RUN_DEPENDS= ${RUBY_LIBDIR}/tk.rb:${PORTSDIR}/x11-toolkits/ruby-tk - -USE_RUBY= yes - -NO_BUILD= yes - -RUBY_RD_FILES= doc/gemfinder.rd -RUBY_SHEBANG_FILES= ${WRKSRC}/gemfinder - -DOCS= README \ - ${RUBY_RD_FILES} \ - ${RUBY_RD_HTML_FILES} - -NO_STAGE= yes -do-install: - (cd ${WRKSRC}; ./install.rb --prefix=${PREFIX} --sitedir=${RUBY_SITELIBDIR}) - -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> |