diff options
author | nork <nork@FreeBSD.org> | 2003-04-09 00:28:13 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-09 00:28:13 +0800 |
commit | dbddd2a4e8cf6f134db1ecbd381a0582ab5ac133 (patch) | |
tree | 1d6966a4e5f90a98622c3837f98f9cdebd5da41d /security | |
parent | 1438092caee7fadc697644cd1de9a8f92551346e (diff) | |
download | freebsd-ports-gnome-dbddd2a4e8cf6f134db1ecbd381a0582ab5ac133.tar.gz freebsd-ports-gnome-dbddd2a4e8cf6f134db1ecbd381a0582ab5ac133.tar.zst freebsd-ports-gnome-dbddd2a4e8cf6f134db1ecbd381a0582ab5ac133.zip |
Mark BROKEN on 4-STABLE or earlier(perl 5.6 required).
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
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 <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> |