pkgsrc/www/ruby-raindrops/Makefile
jperkin 9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00

14 lines
354 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/03/13 11:08:53 jperkin Exp $
DISTNAME= raindrops-0.12.0
CATEGORIES= www
MAINTAINER= pkgsrc@NetBSD.org
HOMEPAGE= http://raindrops.bogomips.org/
COMMENT= Real-time statistics for Rack HTTP servers
LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"