73d39bc25d
heel into a Rack application built on top of Thin.
19 lines
625 B
Makefile
19 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/04/21 16:24:14 jlam Exp $
|
|
|
|
DISTNAME= heel-1.0.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://copiousfreetime.rubyforge.org/heel/
|
|
COMMENT= Static file web server based on Rack and Thin
|
|
|
|
DEPENDS+= thin>=0.7.0:../../www/thin
|
|
DEPENDS+= rake>=0.7.3:../../devel/rake
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=0.7.4.215:../../textproc/ruby-coderay
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.0:../../misc/ruby-launchy
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.15:../../mail/ruby-mime-types
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|