freebsd-ports/devel/rubygem-tty-box/Makefile
Sunpoet Po-Chuan Hsieh cd99bb219e Update to 0.4.1
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/piotrmurach/tty-box/blob/master/CHANGELOG.md
2019-08-30 00:04:41 +00:00

24 lines
527 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-box
PORTVERSION= 0.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Draw various frames and boxes in your terminal interface
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-pastel>=0.7.2<0.8:devel/rubygem-pastel \
rubygem-strings>=0.1.6<0.2:devel/rubygem-strings \
rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>