Files
ports/sysutils/ruby-tty-which/Makefile
T
sebastia 8a94579576 import sysutils/ruby-tty-which
Platform independent implementation of Unix which command.

OK jeremy@
2024-05-28 20:31:04 +00:00

16 lines
289 B
Makefile

COMMENT = platform independent which command
DISTNAME = tty-which-0.5.0
CATEGORIES = sysutils
HOMEPAGE = https://ttytoolkit.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>