diff options
Diffstat (limited to 'sysutils/p5-BSD-Jail-Object/Makefile')
-rw-r--r-- | sysutils/p5-BSD-Jail-Object/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile index 8c4b653a37d5..82d4597f91e4 100644 --- a/sysutils/p5-BSD-Jail-Object/Makefile +++ b/sysutils/p5-BSD-Jail-Object/Makefile @@ -18,16 +18,12 @@ COMMENT= An object oriented perl interface to jail(2) BUILD_DEPENDS=\ ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.6+ MAN3= BSD::Jail::Object.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500806 -IGNORE= requires perl 5.8.6 or later. Install lang/perl5.8 then try again -.endif - .if ${OSVERSION} < 503100 # ref: jail.h v1.17 IGNORE= require xprison structure defined .endif |