freebsd-ports/www/rubygem-mongrel/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

30 lines
819 B
Makefile

# Created by: Rui Lopes (<rgl ruilopes com>)
# $FreeBSD$
PORTNAME= mongrel
PORTVERSION= 1.1.5
PORTREVISION= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast HTTP 1.1 library and server for Ruby web applications
DEPRECATED= Does not work with Ruby 1.9
EXPIRATION_DATE= 2013-05-02
RUN_DEPENDS= rubygem-gem_plugin>=0.2.3:${PORTSDIR}/devel/rubygem-gem_plugin \
rubygem-daemons>=1.0.3:${PORTSDIR}/devel/rubygem-daemons \
rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread \
rubygem-cgi_multipart_eof_fix>=2.4:${PORTSDIR}/www/rubygem-cgi_multipart_eof_fix
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/mongrel_rails
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>