diff options
author | skv <skv@FreeBSD.org> | 2003-11-16 00:06:13 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-11-16 00:06:13 +0800 |
commit | fafc9174e609b752243495ffce39a12c73b2974a (patch) | |
tree | a1d8fb5eb3fc99859e88cdd663e5b4b19f30dbce /net/p5-Net-Google | |
parent | cd26bad096c59207708be205f75a926f43755335 (diff) | |
download | freebsd-ports-gnome-fafc9174e609b752243495ffce39a12c73b2974a.tar.gz freebsd-ports-gnome-fafc9174e609b752243495ffce39a12c73b2974a.tar.zst freebsd-ports-gnome-fafc9174e609b752243495ffce39a12c73b2974a.zip |
Unbreak port building
Diffstat (limited to 'net/p5-Net-Google')
-rw-r--r-- | net/p5-Net-Google/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile index 166bf70bf8d8..68ae1d99f625 100644 --- a/net/p5-Net-Google/Makefile +++ b/net/p5-Net-Google/Makefile @@ -18,16 +18,13 @@ 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.post.mk> +post-patch: + @${PERL} -pi -e 's/CPAN/ExtUtils/' ${WRKSRC}/Makefile.PL + +.include <bsd.port.mk> |