forked from Lainports/freebsd-ports
- Update version requirement of RUN_DEPENDS Changes: https://github.com/piotrmurach/tty-box/blob/master/CHANGELOG.md
24 lines
527 B
Makefile
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>
|