aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-DomainKeys/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-09-30 16:34:09 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-09-30 16:34:09 +0000
commitb9daa482894af11cb3c2a878bb89b46df2dbaa8d (patch)
tree282c4c42632abd0ed4a13e7d2f2d86c62d136266 /mail/p5-Mail-DomainKeys/Makefile
parentc91eb260a726e12f343c78174f1917def9a1a5b3 (diff)
downloadports-b9daa482894af11cb3c2a878bb89b46df2dbaa8d.tar.gz
ports-b9daa482894af11cb3c2a878bb89b46df2dbaa8d.zip
Notes
Diffstat (limited to 'mail/p5-Mail-DomainKeys/Makefile')
-rw-r--r--mail/p5-Mail-DomainKeys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile
index 27530327527f..f25990ac4cb4 100644
--- a/mail/p5-Mail-DomainKeys/Makefile
+++ b/mail/p5-Mail-DomainKeys/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-DomainKeys
-PORTVERSION= 0.21
+PORTVERSION= 0.23
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@@ -26,7 +26,7 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
+.if ${PERL_LEVEL} < 500600
IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
.endif