- Update COMMENT Changes: https://github.com/piotrmurach/tty-editor/blob/master/CHANGELOG.md
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= tty-editor
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Open a file or text in a preferred terminal text editor
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-tty-prompt>=0.22<1:devel/rubygem-tty-prompt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|