Files
ports/devel/rubygem-tty-command/Makefile
Sunpoet Po-Chuan Hsieh b27a832273 Fix gemspec for rubygem-pastel 0.8.0 update
- Bump PORTREVISION for package change
2020-07-08 19:14:22 +00:00

24 lines
423 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-command
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Execute shell commands with pretty logging
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-pastel>=0.7.0<1:devel/rubygem-pastel
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>