opnsense-ports/devel/rubygem-tty-which/Makefile
Franco Fichtner 282a606d6f */*: sync with upstream
Taken from: HardenedBSD
2018-03-13 07:47:18 +01:00

19 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>