mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
16 lines
289 B
Makefile
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>
|