openbsd-ports/www/ruby-mongrel/Makefile
jeremy 9c4d2b3822 Remove .require_paths from PLISTs from gems that used to use
them.  After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00

35 lines
784 B
Makefile

# $OpenBSD: Makefile,v 1.19 2011/11/09 00:17:38 jeremy Exp $
COMMENT= fast HTTP library and server for Ruby
DISTNAME= mongrel-1.1.5
REVISION = 4
CATEGORIES= www
MAINTAINER= Jason LaRiviere <jason@indelicate.net>
HOMEPAGE= http://mongrel.rubyforge.org/
# Ruby License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-daemons,${MODRUBY_FLAVOR}>=1.0.3 \
devel/ruby-gem_plugin,${MODRUBY_FLAVOR}>=0.2.3 \
devel/ruby-fastthread,${MODRUBY_FLAVOR}>=1.0.1
CONFIGURE_STYLE=ruby gem ext
REGRESS_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
do-regress:
@cd ${WRKDIST} && touch Rakefile && ${RUBY} setup.rb test && \
rm -f Rakefile
.include <bsd.port.mk>