From dbddd2a4e8cf6f134db1ecbd381a0582ab5ac133 Mon Sep 17 00:00:00 2001 From: nork Date: Tue, 8 Apr 2003 16:28:13 +0000 Subject: Mark BROKEN on 4-STABLE or earlier(perl 5.6 required). Submitted by: Erwin Lansing --- security/p5-Crypt-OpenSSL-RSA/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 61b0b62e89cc..ac8dfe3f529d 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-OpenSSL-RSA PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -24,4 +25,13 @@ MAN3= Crypt::OpenSSL::RSA.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +## +## this port requires PERL 5.6.x or later +## +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. +.endif + +.include -- cgit