diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-10-29 01:20:52 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-10-29 01:20:52 +0800 |
commit | ed46612456b318fa4bbe1d7cb726bc18055c84e4 (patch) | |
tree | f9d2933cd26071d4f5acaaf6ead96eea5ca695d2 /audio/Makefile | |
parent | 89122d339b59fe3386ad48e6407146276d04d12c (diff) | |
download | freebsd-ports-gnome-ed46612456b318fa4bbe1d7cb726bc18055c84e4.tar.gz freebsd-ports-gnome-ed46612456b318fa4bbe1d7cb726bc18055c84e4.tar.zst freebsd-ports-gnome-ed46612456b318fa4bbe1d7cb726bc18055c84e4.zip |
Add p5-Audio-MPD, class to talk to MPD (Music Player Daemon) servers.
Audio::MPD gives a clear object-oriented interface for talking to and
controlling MPD (Music Player Daemon) servers. A connection to the MPD
server is established as soon as a new Audio::MPD object is created.
WWW: http://search.cpan.org/dist/Audio-MPD/
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 d52fb0fbedbb..2f324fbd4a5c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -480,6 +480,7 @@ SUBDIR += p5-Audio-Beep SUBDIR += p5-Audio-CD SUBDIR += p5-Audio-FLAC-Header + SUBDIR += p5-Audio-MPD SUBDIR += p5-Audio-MPD-Common SUBDIR += p5-Audio-Mixer SUBDIR += p5-Audio-Musepack |