e1ac6a1cc1
PR: ports/100841 Submitted by: maintainer (Gea-Suan Lin)
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
# New ports collection makefile for: p5-FLV-Info
|
|
# Date created: 2006-07-14
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FLV-Info
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Extract metadata from Flash Video files
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly \
|
|
${SITE_PERL}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl \
|
|
${SITE_PERL}/SWF/File.pm:${PORTSDIR}/graphics/p5-SWF-File
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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::ToMP3.3 FLV::ToSWF.3 FLV::VideoTag.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600 # Inherited from graphics/p5-SWF-File
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
.if ${PERL_LEVEL} < 500702
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|