TTY::Which provides cross-platform executables search component for TTY toolkit. It supports platform independent implementation of Unix which utility that searches for executable file in the path variable. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-which
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tty-which
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Platform independent implementation of Unix which command
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|