diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
commit | 3594eaa3038d3a7021497bbedf2acfb3cb7b70eb (patch) | |
tree | 0ad3897bb895432ff0c84bf9fe6d87ea2db157ac /net/ruby-tcpsocketpipe | |
parent | 1a90c377f8191395a70796824554d308c53f9d4f (diff) | |
download | ports-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.tar.gz ports-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.zip |
Notes
Diffstat (limited to 'net/ruby-tcpsocketpipe')
-rw-r--r-- | net/ruby-tcpsocketpipe/Makefile | 1 | ||||
-rw-r--r-- | net/ruby-tcpsocketpipe/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/ruby-tcpsocketpipe/Makefile b/net/ruby-tcpsocketpipe/Makefile index 0811231b6551..da28adcb60a3 100644 --- a/net/ruby-tcpsocketpipe/Makefile +++ b/net/ruby-tcpsocketpipe/Makefile @@ -14,6 +14,7 @@ DISTNAME= TCPSocketPipe-${PORTVERSION:S/./_/g} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby library to create I/O pipes for TCP socket tunneling RUN_DEPENDS= ${RUBY_SITELIBDIR}/application.rb:${PORTSDIR}/sysutils/ruby-devel-logger \ ${RUBY_SITELIBDIR}/dump.rb:${PORTSDIR}/converters/ruby-dump.rb diff --git a/net/ruby-tcpsocketpipe/pkg-comment b/net/ruby-tcpsocketpipe/pkg-comment deleted file mode 100644 index 78f027c4321a..000000000000 --- a/net/ruby-tcpsocketpipe/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby library to create I/O pipes for TCP socket tunneling |