diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-23 19:18:44 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-23 19:18:44 +0800 |
commit | 7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7 (patch) | |
tree | 485dc0fc3453e0ecdf3422987e368253714f3dd8 /multimedia/p5-Video-Info | |
parent | b8da4641b11a9fee4e2dcbec52dfac5cab9233bb (diff) | |
download | freebsd-ports-gnome-7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7.tar.gz freebsd-ports-gnome-7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7.tar.zst freebsd-ports-gnome-7b3c7f07231cbd89c4e9614f101eea0ec9b01cd7.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'multimedia/p5-Video-Info')
-rw-r--r-- | multimedia/p5-Video-Info/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/p5-Video-Info/Makefile b/multimedia/p5-Video-Info/Makefile index db1af9e3f55d..dae812826f70 100644 --- a/multimedia/p5-Video-Info/Makefile +++ b/multimedia/p5-Video-Info/Makefile @@ -7,7 +7,7 @@ PORTNAME= Video-Info PORTVERSION= 0.999 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve video properties such as: height width codec fps -RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MANCOMPRESSED= no |