We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838b9a6 commit b23ef5dCopy full SHA for b23ef5d
devel/rubygem-tty-file/Makefile
@@ -5,7 +5,8 @@ MASTER_SITES= RG
5
6
MAINTAINER= sunpoet@FreeBSD.org
7
COMMENT= File and directory manipulation utility methods
8
-WWW= https://ttytoolkit.org/
+WWW= https://ttytoolkit.org/ \
9
+ https://github.com/piotrmurach/tty-file
10
11
LICENSE= MIT
12
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
devel/rubygem-tty-file/pkg-descr
@@ -3,5 +3,3 @@ TTY::File supports file and directory manipulation utility methods.
3
Though Ruby's File and FileUtils libraries provide very robust apis for dealing
4
with files, this library aims to provide a level of abstraction that is much
more convenient, with useful logging capabilities.
-
-See also: https://github.com/piotrmurach/tty-file
0 commit comments