diff options
Diffstat (limited to 'devel/ruby-metaruby/Makefile')
-rw-r--r-- | devel/ruby-metaruby/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/ruby-metaruby/Makefile b/devel/ruby-metaruby/Makefile deleted file mode 100644 index 5ef027003b6a..000000000000 --- a/devel/ruby-metaruby/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: MetaRuby -# Date created: 8 March 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= metaruby -PORTVERSION= 0.7 -CATEGORIES= devel ruby -MASTER_SITES= http://artengine.ca/matju/MetaRuby/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= MetaRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A reimplementations of some Ruby parts in Ruby, Perl's tie equivalent - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -DOCS= ChangeLog Overview TODO doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> |