diff options
author | pav <pav@FreeBSD.org> | 2003-11-17 21:18:53 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-17 21:18:53 +0000 |
commit | b787355d7a394df7c0d40d14af669569cb61f084 (patch) | |
tree | 57c56220c7a1372de897ceb996e55d4bb5e5aafd /audio/Makefile | |
parent | b2e61a564934ac7fcb7304509ee014cde567ca0e (diff) | |
download | FreeBSD-ports-b787355d7a394df7c0d40d14af669569cb61f084.zip FreeBSD-ports-b787355d7a394df7c0d40d14af669569cb61f084.tar.gz |
mp3riot is a command line perl script to generate listings of mp3 files.
It can output HTML, XML, m3u or pls playlists.
PR: ports/55595
Submitted by: Francisco Gomez <francisco@gomezmarin.com>
Approved by: adamw (mentor)
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index fe777a0..6d7ab5d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -185,6 +185,7 @@ SUBDIR += mp3info SUBDIR += mp3mover SUBDIR += mp3rename + SUBDIR += mp3riot SUBDIR += mp3splt SUBDIR += mp3stat SUBDIR += mp3wrap |