diff options
author | knu <knu@FreeBSD.org> | 2003-09-29 17:03:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-09-29 17:03:45 +0800 |
commit | 4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490 (patch) | |
tree | 214411ca752d73c43a5718ab8230e83c833d4eea /audio/ruby-mp3info/Makefile | |
parent | e9ae8476496badbc1eb65d47d9dd7ab58df506d8 (diff) | |
download | freebsd-ports-gnome-4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490.tar.gz freebsd-ports-gnome-4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490.tar.zst freebsd-ports-gnome-4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490.zip |
Correct the description; This library can now read, write, remove
id3v1 tag and read id3v2.
While I'm here, stop installing README which is dummy.
Diffstat (limited to 'audio/ruby-mp3info/Makefile')
-rw-r--r-- | audio/ruby-mp3info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index 9d8bc7f5fed0..64111966597e 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/Makefile @@ -14,13 +14,13 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby library to access to low level information on mp3 files +COMMENT= A Ruby library to access to information on mp3 files USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -DOCS= README doc +DOCS= doc #EXAMPLES= test.rb post-install: |