aboutsummaryrefslogtreecommitdiff
path: root/www/p5-MasonX-Interp-WithCallbacks/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-16 12:55:06 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-16 12:55:06 +0000
commiteaf5f86428509b87e76170da442f310c39f22a91 (patch)
tree4dc246dba3ad09d318737dad88447338b901af3c /www/p5-MasonX-Interp-WithCallbacks/Makefile
parent95627276471da3601d50b7713ac031d18dbdf35c (diff)
downloadports-eaf5f86428509b87e76170da442f310c39f22a91.tar.gz
ports-eaf5f86428509b87e76170da442f310c39f22a91.zip
Notes
Diffstat (limited to 'www/p5-MasonX-Interp-WithCallbacks/Makefile')
-rw-r--r--www/p5-MasonX-Interp-WithCallbacks/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/p5-MasonX-Interp-WithCallbacks/Makefile b/www/p5-MasonX-Interp-WithCallbacks/Makefile
index 81ff5f09efbb..55acfe6d9e14 100644
--- a/www/p5-MasonX-Interp-WithCallbacks/Makefile
+++ b/www/p5-MasonX-Interp-WithCallbacks/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= MasonX-Interp-WithCallbacks
-PORTVERSION= 1.13
+PORTVERSION= 1.15
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MasonX/DWHEELER
@@ -23,4 +23,10 @@ PERL_MODBUILD= yes
MAN3= MasonX::Interp::WithCallbacks.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class
+IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>