diff options
author | wen <wen@FreeBSD.org> | 2010-09-18 11:22:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-18 11:22:07 +0800 |
commit | 4a15ec39a2b0f9c4c043be74763f2502ec8f4d6a (patch) | |
tree | c124fa77dfa589dedb16519e8641f29d531cca48 /audio/p5-Audio-MPD/Makefile | |
parent | 68e375f9a2bba714e0e07343d96df1c9f3c67807 (diff) | |
download | freebsd-ports-gnome-4a15ec39a2b0f9c4c043be74763f2502ec8f4d6a.tar.gz freebsd-ports-gnome-4a15ec39a2b0f9c4c043be74763f2502ec8f4d6a.tar.zst freebsd-ports-gnome-4a15ec39a2b0f9c4c043be74763f2502ec8f4d6a.zip |
- Update to 1.102260
Diffstat (limited to 'audio/p5-Audio-MPD/Makefile')
-rw-r--r-- | audio/p5-Audio-MPD/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/p5-Audio-MPD/Makefile b/audio/p5-Audio-MPD/Makefile index 6d9b59a4d1ea..adb3efd16525 100644 --- a/audio/p5-Audio-MPD/Makefile +++ b/audio/p5-Audio-MPD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Audio-MPD -PORTVERSION= 1.093170 +PORTVERSION= 1.102260 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,12 +17,15 @@ COMMENT= Class to talk to MPD (Music Player Daemon) servers BUILD_DEPENDS= p5-Audio-MPD-Common>=0:${PORTSDIR}/audio/p5-Audio-MPD-Common \ p5-Getopt-Euclid>=0:${PORTSDIR}/devel/p5-Getopt-Euclid \ p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ + p5-Test-Corpus-Audio-MPD>0:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +PERL_MODBUILD= YES -MAN1= mpd-dynamic.1 +MAN1= mpd-dynamic.1 \ + mpd-rate.1 MAN3= Audio::MPD.3 \ Audio::MPD::Collection.3 \ Audio::MPD::Playlist.3 \ |