diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-23 06:12:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-23 06:12:25 +0000 |
commit | 37a574e7dcd1579879789fb9d7a92e7a4a9483a6 (patch) | |
tree | 5f4725b4335d0db6d80263315024befabb8b10ee /multimedia/p5-FLV-Info/Makefile | |
parent | b5a3a7f016db2e281afabb7259f3ba2f4aa59b4d (diff) | |
download | ports-37a574e7dcd1579879789fb9d7a92e7a4a9483a6.tar.gz ports-37a574e7dcd1579879789fb9d7a92e7a4a9483a6.zip |
- Update to 0.10
PR: ports/100708
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=168526
Diffstat (limited to 'multimedia/p5-FLV-Info/Makefile')
-rw-r--r-- | multimedia/p5-FLV-Info/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index 8b462ff6f420..37928b3ba10b 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FLV-Info -PORTVERSION= 0.03 +PORTVERSION= 0.10 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO @@ -16,18 +16,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= gslin@gslin.org COMMENT= Extract metadata from Flash Video files -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}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl \ ${SITE_PERL}/SWF/File.pm:${PORTSDIR}/graphics/p5-SWF-File -RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= flvinfo.1 swf2flv.1 +MAN1= flv2mp3.1 flv2swf.1 flvinfo.1 swf2flv.1 MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \ FLV::Base.3 FLV::Body.3 FLV::Constants.3 FLV::File.3 \ FLV::FromSWF.3 FLV::Header.3 FLV::Info.3 FLV::MetaTag.3 \ - FLV::Tag.3 FLV::VideoTag.3 + FLV::Tag.3 FLV::ToMP3.3 FLV::ToSwf.3 FLV::VideoTag.3 .include <bsd.port.pre.mk> @@ -36,7 +35,7 @@ IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again .endif .if ${PERL_LEVEL} < 500702 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> |