4ae985cb2d
## Version 3.1.3 - 2013-11-26 * URL encode the links to files [#14](https://github.com/copiousfreetime/heel/issues/14) * Fix pid file cleanup on ruby 2.0 [#15](https://github.com/copiousfreetime/heel/issues/15) ## Version 3.1.2 - 2013-10-16 * Fix usage of Mime::Types [#12](https://github.com/copiousfreetime/heel/issues/12) [#13](https://github.com/copiousfreetime/heel/issues/13) ## Version 3.1.1 - 2013-09-29 * Fix request logging [#10](https://github.com/copiousfreetime/heel/issues/10)
21 lines
719 B
Makefile
21 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/03/14 18:45:15 taca Exp $
|
|
|
|
DISTNAME= heel-3.1.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/copiousfreetime/heel/
|
|
COMMENT= Static file web server based on Rack and Thin
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-puma>=2.0<3:../../www/ruby-puma
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1<2:../../textproc/ruby-coderay
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.3<3:../../misc/ruby-launchy
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.25<2:../../mail/ruby-mime-types
|
|
|
|
CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
|
|
|
|
OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|