diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-05 07:53:35 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-05 07:53:35 +0800 |
commit | 8afd94d07b9bf459ae7b69ed85221b4e42c536aa (patch) | |
tree | 4045d5efd1ad7dfcc32efec770d052c06a3f3d0a /multimedia/p5-MP4-Info/Makefile | |
parent | 5c819c0504c9aeea54e365cf0652af62a423e5df (diff) | |
download | freebsd-ports-gnome-8afd94d07b9bf459ae7b69ed85221b4e42c536aa.tar.gz freebsd-ports-gnome-8afd94d07b9bf459ae7b69ed85221b4e42c536aa.tar.zst freebsd-ports-gnome-8afd94d07b9bf459ae7b69ed85221b4e42c536aa.zip |
- Update from v1.05 to v1.08
- Restrict to Perl 5.7.3+ due to dependency upon devel/p5-Encode
- Take maintainership
PR: ports/98328
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'multimedia/p5-MP4-Info/Makefile')
-rw-r--r-- | multimedia/p5-MP4-Info/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile index 92c78018f30f..0f630aa43aa1 100644 --- a/multimedia/p5-MP4-Info/Makefile +++ b/multimedia/p5-MP4-Info/Makefile @@ -6,17 +6,23 @@ # PORTNAME= MP4-Info -PORTVERSION= 1.05 +PORTVERSION= 1.08 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP4 PKGNAMEPREFIX= p5- -MAINTAINER= lars.eggert@gmx.net +MAINTAINER= aaron@FreeBSD.org COMMENT= Fetch info from MPEG-4 files PERL_CONFIGURE= yes MAN3= MP4::Info.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 #inherited from p5-Encode +IGNORE= requires at least Perl 5.7.3 to run. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |