aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2006-08-20 21:31:04 +0800
committerlth <lth@FreeBSD.org>2006-08-20 21:31:04 +0800
commit6b585446d85a4a9f3df34791188f66fc2d41a8b6 (patch)
tree5725ff6ca25c74932da1a577b0b3d7e60d669587 /audio
parent31e0a67a3cf132798ee5176ed3dbf5a8e98e59b5 (diff)
downloadfreebsd-ports-gnome-6b585446d85a4a9f3df34791188f66fc2d41a8b6.tar.gz
freebsd-ports-gnome-6b585446d85a4a9f3df34791188f66fc2d41a8b6.tar.zst
freebsd-ports-gnome-6b585446d85a4a9f3df34791188f66fc2d41a8b6.zip
- Don't RUN_DEPEND on p5-Module-Build
- Rephrase IGNORE to please portlint PR: ports/101702 Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Net-DAAP-Client/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/p5-Net-DAAP-Client/Makefile b/audio/p5-Net-DAAP-Client/Makefile
index 6f19d3a82ba5..6c4f089b9bda 100644
--- a/audio/p5-Net-DAAP-Client/Makefile
+++ b/audio/p5-Net-DAAP-Client/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-DAAP-Client
PORTVERSION= 0.42
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -15,11 +16,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Client for Apple iTunes DAAP service
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5/M4p.pm:${PORTSDIR}/security/p5-Digest-MD5-M4p \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Net/DAAP/DMAP.pm:${PORTSDIR}/audio/p5-Net-DAAP-DMAP
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
@@ -28,7 +29,7 @@ MAN3= Net::DAAP::Client.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
+IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>