17 lines
324 B
Makefile
17 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.8 2021/02/03 18:51:41 sebastia Exp $
|
|
|
|
COMMENT = constant autoloading with Ruby semantics
|
|
|
|
DISTNAME = zeitwerk-2.4.2
|
|
CATEGORIES = devel
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|