diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-06-01 10:27:53 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-06-01 10:27:53 +0000 |
commit | 48d0a9c1f787e5dd06717cd76192d5502f9c8fa9 (patch) | |
tree | 9fcf50cd655043711f54922d89aa099d8ac63907 /audio/p5-MP3-Info/Makefile | |
parent | a96fa657e437cbed04f4e60ab8de44e64c04937a (diff) | |
download | ports-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/Makefile | 13 |
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> |