2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/11/22 08:36:54 espie Exp $
|
2006-11-24 05:35:16 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= fast HTTP library and server for Ruby
|
2006-11-24 05:35:16 -05:00
|
|
|
|
2008-09-28 11:52:15 -04:00
|
|
|
DISTNAME= mongrel-1.1.5
|
2010-11-08 18:28:53 -05:00
|
|
|
REVISION= 1
|
2006-11-24 05:35:16 -05:00
|
|
|
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}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/ruby-daemons,${FLAVOR}>=1.0.3 \
|
|
|
|
devel/ruby-gem_plugin,${FLAVOR}>=0.2.3 \
|
|
|
|
devel/ruby-fastthread,${FLAVOR}>=1.0.1
|
2006-11-24 05:35:16 -05:00
|
|
|
|
2010-10-26 17:42:13 -04:00
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
2006-11-24 05:35:16 -05:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
REGRESS_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
2007-11-13 13:13:18 -05:00
|
|
|
|
|
|
|
do-regress:
|
|
|
|
@cd ${WRKDIST} && touch Rakefile && ${RUBY} setup.rb test && \
|
|
|
|
rm -f Rakefile
|
|
|
|
|
2006-11-24 05:35:16 -05:00
|
|
|
.include <bsd.port.mk>
|