aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2010-01-28 16:41:26 +0800
committerjadawin <jadawin@FreeBSD.org>2010-01-28 16:41:26 +0800
commit1eb29e52365b94d15e5d80685637f314ebaf2f67 (patch)
tree2288d2a2dd1b36d5eacec49894cb27ec099f71fa
parent515c2b3545afdab72cc0f47159ef90dfed94ebb8 (diff)
downloadfreebsd-ports-gnome-1eb29e52365b94d15e5d80685637f314ebaf2f67.tar.gz
freebsd-ports-gnome-1eb29e52365b94d15e5d80685637f314ebaf2f67.tar.zst
freebsd-ports-gnome-1eb29e52365b94d15e5d80685637f314ebaf2f67.zip
- Mark as BROKEN for 6.X
- Bump PORTREVISION Reported by: pointyhat
-rw-r--r--security/p5-Crypt-OpenSSL-X509/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile
index 92b24da2e73c..6aee7a7f42b5 100644
--- a/security/p5-Crypt-OpenSSL-X509/Makefile
+++ b/security/p5-Crypt-OpenSSL-X509/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Crypt-OpenSSL-X509
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Crypt::OpenSSL::X509.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
+.include <bsd.port.post.mk>