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-PLP/Makefile | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) |
Notes
Diffstat (limited to 'www/p5-PLP/Makefile')
-rw-r--r-- | www/p5-PLP/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-PLP/Makefile b/www/p5-PLP/Makefile index 4fe4c8329534..d6c78a33b2c4 100644 --- a/www/p5-PLP/Makefile +++ b/www/p5-PLP/Makefile @@ -31,12 +31,6 @@ IGNORE= WITH_MOD_PERL must be either '1' or '2', or undefined .endif .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5.[6,8] and try again" -.endif - pre-fetch: @${ECHO_CMD} .if defined(WITH_MOD_PERL) @@ -58,4 +52,5 @@ pre-fetch: @${ECHO_CMD} " WITH_MOD_PERL=2 Enables unofficial, experimental mod_perl 2.x support" .endif @${ECHO_CMD} -.include <bsd.port.post.mk> + +.include <bsd.port.mk> |