aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-Valid/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-06-03 12:42:23 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-06-03 12:42:23 +0000
commita5e25bf60aff1a513c456ee3b22fb18edf260216 (patch)
treeb01a82b97430c192424fc17ec4b2063f88646eb3 /mail/p5-Email-Valid/Makefile
parent4de7349d692702e1356e197022e84128244dc426 (diff)
downloadports-a5e25bf60aff1a513c456ee3b22fb18edf260216.tar.gz
ports-a5e25bf60aff1a513c456ee3b22fb18edf260216.zip
Notes
Diffstat (limited to 'mail/p5-Email-Valid/Makefile')
-rw-r--r--mail/p5-Email-Valid/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile
index dd1db0e6f8b5..fc80e30c749d 100644
--- a/mail/p5-Email-Valid/Makefile
+++ b/mail/p5-Email-Valid/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Email-Valid
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
@@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= Email::Valid.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>