diff options
author | demon <demon@FreeBSD.org> | 2003-06-14 11:45:50 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-06-14 11:45:50 +0000 |
commit | fcd1b110da0bfb7ff0a52d412b4f06cecfbafdfa (patch) | |
tree | 7f099b65bf69132fececd656367b26b4644fadb4 /audio/p5-MP3-Info/Makefile | |
parent | a560c58fdf9cd759b31eb0583646af7e359c811b (diff) | |
download | FreeBSD-ports-fcd1b110da0bfb7ff0a52d412b4f06cecfbafdfa.zip FreeBSD-ports-fcd1b110da0bfb7ff0a52d412b4f06cecfbafdfa.tar.gz |
Update to version 1.02.
Maintainer timeout.
Diffstat (limited to 'audio/p5-MP3-Info/Makefile')
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index b3429be..53748f7 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MP3-Info -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP3 @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= leo@florida.sarang.net 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 |