diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /www/p5-Kwiki-Infobox | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) | |
download | ports-e7babf915317e77ffd1ab391345d28228ba531a0.tar.gz ports-e7babf915317e77ffd1ab391345d28228ba531a0.zip |
Notes
Diffstat (limited to 'www/p5-Kwiki-Infobox')
-rw-r--r-- | www/p5-Kwiki-Infobox/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Kwiki-Infobox/Makefile b/www/p5-Kwiki-Infobox/Makefile index c76f2fe9f50c..5427924b88f6 100644 --- a/www/p5-Kwiki-Infobox/Makefile +++ b/www/p5-Kwiki-Infobox/Makefile @@ -22,13 +22,7 @@ PERL_CONFIGURE= yes MAN3= Kwiki::Infobox.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |