aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-cache
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-18 05:04:59 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-18 05:04:59 +0000
commit12ad92a80fb3e5b5e6b327860dabe234c6382a5a (patch)
treebbd4e0aeacaff9b40f92b4b54ec40423505460d2 /devel/ruby-cache
parent7256d4a5dfbbf926ea157aaecb40cec91ca818c5 (diff)
downloadports-12ad92a80fb3e5b5e6b327860dabe234c6382a5a.tar.gz
ports-12ad92a80fb3e5b5e6b327860dabe234c6382a5a.zip
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=75776
Diffstat (limited to 'devel/ruby-cache')
-rw-r--r--devel/ruby-cache/Makefile1
-rw-r--r--devel/ruby-cache/pkg-comment1
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-cache/Makefile b/devel/ruby-cache/Makefile
index 374929816106..48a413810b15 100644
--- a/devel/ruby-cache/Makefile
+++ b/devel/ruby-cache/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby library for caching objects based on the LRU algorithm
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/devel/ruby-cache/pkg-comment b/devel/ruby-cache/pkg-comment
deleted file mode 100644
index 2fb5ff8c9ed1..000000000000
--- a/devel/ruby-cache/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library for caching objects based on the LRU algorithm