2006-07-14 17:53:46 +02:00
|
|
|
# New ports collection makefile for: p5-FLV-Info
|
|
|
|
# Date created: 2006-07-14
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= FLV-Info
|
2007-04-06 02:44:29 +02:00
|
|
|
PORTVERSION= 0.18
|
2006-07-14 17:53:46 +02:00
|
|
|
CATEGORIES= multimedia perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-04-06 02:44:29 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDOLAN
|
2006-07-14 17:53:46 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-09-25 15:50:55 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-14 17:53:46 +02:00
|
|
|
COMMENT= Extract metadata from Flash Video files
|
|
|
|
|
2007-04-06 02:44:29 +02:00
|
|
|
RUN_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \
|
|
|
|
p5-Digest-MD5>=2:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
|
|
p5-SWF-File>=0.033:${PORTSDIR}/graphics/p5-SWF-File
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-07-14 17:53:46 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-07-14 17:53:46 +02:00
|
|
|
|
2006-10-04 02:51:09 +02:00
|
|
|
MAN1= flv2mp3.1 flv2flv.1 flv2swf.1 flvinfo.1 swf2flv.1
|
2006-07-14 17:53:46 +02:00
|
|
|
MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \
|
2006-11-06 11:42:27 +01:00
|
|
|
FLV::Base.3 FLV::Body.3 FLV::Util.3 FLV::File.3 \
|
2006-07-15 18:49:56 +02:00
|
|
|
FLV::FromSWF.3 FLV::Header.3 FLV::Info.3 FLV::MetaTag.3 \
|
2006-07-26 03:53:36 +02:00
|
|
|
FLV::Tag.3 FLV::ToMP3.3 FLV::ToSWF.3 FLV::VideoTag.3
|
2006-07-23 16:13:49 +02:00
|
|
|
|
2007-04-06 02:44:29 +02:00
|
|
|
# the dependency of Readonly was removed since 0.12, however,
|
|
|
|
# the author forget to update Makefile.PL and Build.PL correspondingly
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e '/Readonly/d' ${WRKSRC}/*.PL
|
2006-07-14 17:53:46 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|