aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Google
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-28 10:44:47 +0800
committerkris <kris@FreeBSD.org>2003-10-28 10:44:47 +0800
commit940fae86f60c68f9bf325cdb5f59818ce633eb4d (patch)
tree2784d630e62ec333d70975376208fcc5edb91dc6 /net/p5-Net-Google
parent104537769435983f8d7a673ea98e6a6f66f1983f (diff)
downloadfreebsd-ports-gnome-940fae86f60c68f9bf325cdb5f59818ce633eb4d.tar.gz
freebsd-ports-gnome-940fae86f60c68f9bf325cdb5f59818ce633eb4d.tar.zst
freebsd-ports-gnome-940fae86f60c68f9bf325cdb5f59818ce633eb4d.zip
BROKEN on 4.x: Does not build
Diffstat (limited to 'net/p5-Net-Google')
-rw-r--r--net/p5-Net-Google/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile
index 85de6b8a92aa..166bf70bf8d8 100644
--- a/net/p5-Net-Google/Makefile
+++ b/net/p5-Net-Google/Makefile
@@ -18,10 +18,16 @@ COMMENT= Simple OOP-ish interface to the Google SOAP API
BUILD_DEPENDS= ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not build
+.endif
+
PERL_CONFIGURE= yes
MAN3= Net::Google.3 Net::Google::Cache.3 Net::Google::Response.3 \
Net::Google::Search.3 Net::Google::Service.3 \
Net::Google::Spelling.3 Net::Google::tool.3
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>