aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-RSA
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-08 16:28:13 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-08 16:28:13 +0000
commit2928eef3cae3656e726f675c48f20d0abeda35e6 (patch)
tree4ac15880991db3f5dc2af5cee12e14c8eea2cf87 /security/p5-Crypt-OpenSSL-RSA
parent509c97e9348ca62a647b7e5ba0c8846df65403fa (diff)
downloadports-2928eef3cae3656e726f675c48f20d0abeda35e6.tar.gz
ports-2928eef3cae3656e726f675c48f20d0abeda35e6.zip
Mark BROKEN on 4-STABLE or earlier(perl 5.6 required).
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=78611
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile12
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>