Mark BROKEN on 4-STABLE or earlier(perl 5.6 required).

Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Norikatsu Shigemura
2003-04-08 16:28:13 +00:00
parent 509c97e934
commit 2928eef3ca

View File

@@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
##
## this port requires PERL 5.6.x or later
##
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later.
.endif
.include <bsd.port.post.mk>