aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MP3-Info/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2006-06-01 10:27:53 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2006-06-01 10:27:53 +0000
commit48d0a9c1f787e5dd06717cd76192d5502f9c8fa9 (patch)
tree9fcf50cd655043711f54922d89aa099d8ac63907 /audio/p5-MP3-Info/Makefile
parenta96fa657e437cbed04f4e60ab8de44e64c04937a (diff)
downloadports-48d0a9c1f787e5dd06717cd76192d5502f9c8fa9.tar.gz
ports-48d0a9c1f787e5dd06717cd76192d5502f9c8fa9.zip
Update to 1.20.
PR: 98174 Submitted by: aaron
Notes
Notes: svn path=/head/; revision=164146
Diffstat (limited to 'audio/p5-MP3-Info/Makefile')
-rw-r--r--audio/p5-MP3-Info/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile
index 2291bd5be8bc..607966cdfbed 100644
--- a/audio/p5-MP3-Info/Makefile
+++ b/audio/p5-MP3-Info/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= MP3-Info
-PORTVERSION= 1.13
+PORTVERSION= 1.20
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=MP3
@@ -16,10 +16,15 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= Manipulate / fetch info from MP3 audio files
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= MP3::Info.3 MPEG::MP3Info.3
+MAN3= MP3::Info.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires at least Perl 5.6.0
+.endif
+
+.include <bsd.port.post.mk>