freebsd-ports/games/ruby-exmars/Makefile
Steve Wills 74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00

27 lines
647 B
Makefile

# 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-05-02
USE_RUBY= yes
USE_RUBY_EXTCONF= 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>