diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-29 09:25:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-29 09:25:39 +0000 |
commit | 0a33789625277ce82aba079c157ca8070b1fe21b (patch) | |
tree | 827007568c6d4199235ac523c4259e30f3ff8cd5 /devel/p5-File-MimeInfo/Makefile | |
parent | acf35e22a78ee6cde90e324a03e6b0dc69578a72 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-MimeInfo/Makefile')
-rw-r--r-- | devel/p5-File-MimeInfo/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-File-MimeInfo/Makefile b/devel/p5-File-MimeInfo/Makefile index 16e83babe034..bbebe97afd89 100644 --- a/devel/p5-File-MimeInfo/Makefile +++ b/devel/p5-File-MimeInfo/Makefile @@ -6,8 +6,8 @@ # PORTNAME= File-MimeInfo -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 +PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS/${PORTNAME} @@ -22,8 +22,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= mimetype.1 -MAN3= File::MimeInfo::Cookbook.3 \ +MAN1= mimetype.1 mimeopen.1 +MAN3= File::MimeInfo::Applications.3 \ + File::MimeInfo::Cookbook.3 \ File::MimeInfo::Magic.3 \ File::MimeInfo::Rox.3 \ File::MimeInfo.3 @@ -31,7 +32,7 @@ MAN3= File::MimeInfo::Cookbook.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500503 -IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again +IGNORE= newer perl version required. Install lang/perl5 or lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |