diff options
Diffstat (limited to 'games/ruby-exmars/Makefile')
-rw-r--r-- | games/ruby-exmars/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games/ruby-exmars/Makefile b/games/ruby-exmars/Makefile deleted file mode 100644 index 4df0dd70de63..000000000000 --- a/games/ruby-exmars/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= exmars -PORTVERSION= 0.01 -CATEGORIES= games ruby -MASTER_SITES= http://corewar.co.uk/ankerl/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby interface to the exMARS Memory Array Redcode Simulator - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-10-10 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -NO_STAGE= yes -post-install: - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/Mars.rb - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> |