mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Mark BROKEN on 4-STABLE or earlier(perl 5.6 required).
Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
509c97e934
commit
2928eef3ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78611
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user