aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-12-30 18:55:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-12-30 18:55:38 +0000
commit705d6627187947d0cc2f4b3f5993cd424f35984e (patch)
treeb37a99b53cf93e148da8c266a9e8cf955dff1078 /mail/p5-Mail-Mbox-MessageParser/Makefile
parentefc1a8011f7db2d62b974592c8a310e626615530 (diff)
downloadports-705d6627187947d0cc2f4b3f5993cd424f35984e.tar.gz
ports-705d6627187947d0cc2f4b3f5993cd424f35984e.zip
Notes
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser/Makefile')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile
index b4a7715fc7c1..b95e8ac1f9fa 100644
--- a/mail/p5-Mail-Mbox-MessageParser/Makefile
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= Mail-Mbox-MessageParser
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
+PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A fast and simple mbox folder reader
@@ -28,8 +29,7 @@ MAN3= Mail::Mbox::MessageParser.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
-BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>