20 lines
347 B
Makefile
20 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.5 2018/06/13 22:26:53 jeremy Exp $
|
|
|
|
COMMENT = simple, fast, threaded webserver for rack applications
|
|
|
|
DISTNAME = puma-3.10.0
|
|
REVISION = 0
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://puma.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
WANTLIB = crypto ssl
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|