jeremy 9c37b1b669 Add OpenBSD comment to rubygems-ext.PLIST
Bump ruby gem ext ports as this changes the package.

Requested by espie@
2018-06-13 22:26:52 +00:00

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>