mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
23 lines
497 B
Makefile
23 lines
497 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= tty-reader
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Methods for processing keyboard input
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor \
|
|
rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen \
|
|
rubygem-wisper>=2.0<3:devel/rubygem-wisper
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|