mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d1d963b937
Fix: http://people.freebsd.org/~fenner/portsurvey/multimedia.html#p5-RIFF-Info PR: ports/97743 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Reviewed by: aaron Approved by: tobez (implicit)
27 lines
692 B
Makefile
27 lines
692 B
Makefile
# New ports collection makefile for: RIFF-Info
|
|
# Date created: Tue Feb 24 21:49:06 EST 2004
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RIFF-Info
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Probe DivX and AVI files for attributes
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Video/Info.pm:${PORTSDIR}/multimedia/p5-Video-Info
|
|
RUN_DEPENDS= ${SITE_PERL}/Video/Info.pm:${PORTSDIR}/multimedia/p5-Video-Info
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= RIFF::Info.3 \
|
|
RIFF::Info::DivX.3 \
|
|
RIFF::Info::AVI.3
|
|
|
|
.include <bsd.port.mk>
|