19 lines
346 B
Makefile
19 lines
346 B
Makefile
COMMENT= fast and very simple Ruby web server
|
|
|
|
DISTNAME= thin-1.8.2
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://code.macournoyer.com/thin
|
|
|
|
# Ruby/GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
CONFIGURE_STYLE= ruby gem ext
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
devel/ruby-daemons \
|
|
devel/ruby-eventmachine \
|
|
www/ruby-rack
|
|
|
|
.include <bsd.port.mk>
|