diff options
-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> |