diff options
author | wen <wen@FreeBSD.org> | 2009-12-23 21:43:00 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-12-23 21:43:00 +0800 |
commit | 9ac2091085700e2dabce6048dba7a7a970cc14fa (patch) | |
tree | 48f429d81e65f204d1a7342d3351a40303de5379 /audio/Makefile | |
parent | 2d3f4351acd12c6a7b6355f094170a71cd6b07c5 (diff) | |
download | freebsd-ports-gnome-9ac2091085700e2dabce6048dba7a7a970cc14fa.tar.gz freebsd-ports-gnome-9ac2091085700e2dabce6048dba7a7a970cc14fa.tar.zst freebsd-ports-gnome-9ac2091085700e2dabce6048dba7a7a970cc14fa.zip |
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID
from an audio CD in the drive. The coding style is slightly different
to the C interface to libdiscid, because it makes use of perl's
Object Oriented functionality.
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
PR: ports/141906
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
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 5ab900098700..39e2d90de15a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -534,6 +534,7 @@ SUBDIR += p5-Music-Audioscrobbler-MPD SUBDIR += p5-Music-Audioscrobbler-Submit SUBDIR += p5-MusicBrainz-Client + SUBDIR += p5-MusicBrainz-DiscID SUBDIR += p5-MusicBrainz-Queries SUBDIR += p5-MusicBrainz-TRM SUBDIR += p5-Net-DAAP-Client |