summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-06 18:56:22 +0000
committerswills <swills@FreeBSD.org>2012-01-06 18:56:22 +0000
commitd07350cdf47c451dcebf732234e8d109eea421b7 (patch)
treed51018a2ea6bb7a35487574ec2e9b2af6e2da4c5
parentbc35aee4b2a3259fa415b24963e630af5d3327e4 (diff)
downloadFreeBSD-ports-d07350cdf47c451dcebf732234e8d109eea421b7.zip
FreeBSD-ports-d07350cdf47c451dcebf732234e8d109eea421b7.tar.gz
- Add missing DEPENDS so that the module actually works, silence build
warnings and enable testing
-rw-r--r--multimedia/p5-MP4-Info/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile
index bc43996..80094dd 100644
--- a/multimedia/p5-MP4-Info/Makefile
+++ b/multimedia/p5-MP4-Info/Makefile
@@ -14,6 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fetch info from MPEG-4 files
+BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
+ p5-Encode>=2.10:${PORTSDIR}/converters/p5-Encode
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= MP4::Info.3
OpenPOWER on IntegriCloud