jeremy 226758747d Update to rack 2.2.3
Drop test code as the rack gem no longer ships with tests.
2020-10-07 20:01:32 +00:00

20 lines
328 B
Makefile

# $OpenBSD: Makefile,v 1.27 2020/10/07 20:01:32 jeremy Exp $
COMMENT= modular Ruby webserver interface
DISTNAME= rack-2.2.3
CATEGORIES= www
HOMEPAGE= http://rack.github.io/
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>