diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 02:44:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 02:44:47 +0000 |
commit | 33f1a979e9ece0ffe804851a179c17b6539374e9 (patch) | |
tree | 66a7e29ad9fff6ba76b5a491c7c17b73aa90381a /net/p5-Net-Google | |
parent | 79662b45a96f7bc7649e49986cee6c3b0701867b (diff) |
BROKEN on 4.x: Does not build
Notes
Notes:
svn path=/head/; revision=92380
Diffstat (limited to 'net/p5-Net-Google')
-rw-r--r-- | net/p5-Net-Google/Makefile | 8 |
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> |