diff options
Diffstat (limited to 'devel/p5-IPC-Mmap-Share/Makefile')
-rw-r--r-- | devel/p5-IPC-Mmap-Share/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/p5-IPC-Mmap-Share/Makefile b/devel/p5-IPC-Mmap-Share/Makefile index 55754a039620..1c14f4c64d6c 100644 --- a/devel/p5-IPC-Mmap-Share/Makefile +++ b/devel/p5-IPC-Mmap-Share/Makefile @@ -18,14 +18,8 @@ COMMENT= Safely share structures among processes using anonymous mmap RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/Mmap.pm:${PORTSDIR}/devel/p5-IPC-Mmap BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= IPC::Mmap::Share.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-IPC-Mmap -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |