36 lines
724 B
Makefile
36 lines
724 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/05/30 23:36:33 jcs Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "fast HTTP library and server for Ruby"
|
|
|
|
DISTNAME= mongrel-0.3.13.4
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
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
|
|
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/13231/
|
|
|
|
WANTLIB= c m
|
|
|
|
MODULES= lang/ruby
|
|
|
|
LIB_DEPENDS= ruby.>=1::lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :ruby-daemons->=0.4.2:devel/ruby-daemons \
|
|
:ruby-gem_plugin->=0.2.1:devel/ruby-gem_plugin
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|