summaryrefslogtreecommitdiff
path: root/www/p5-GtkHTML
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-27 17:18:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-27 17:18:48 +0000
commitf08a2222d874b79d016c78caa35cf1526702eb57 (patch)
tree151442e307626fb0243b4b4d0b3386476ecdce4a /www/p5-GtkHTML
parent. Update to 1.05 (diff)
Make IGNORE for perl < 5.6.
Notes
Notes: svn path=/head/; revision=92327
Diffstat (limited to 'www/p5-GtkHTML')
-rw-r--r--www/p5-GtkHTML/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-GtkHTML/Makefile b/www/p5-GtkHTML/Makefile
index 4af9e04e10fe..f79ab3b636b5 100644
--- a/www/p5-GtkHTML/Makefile
+++ b/www/p5-GtkHTML/Makefile
@@ -27,4 +27,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
MAN3= Gtk::HTML::reference.3pm
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>