diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:27:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:46:08 +0000 |
commit | 93f1965e094dc1b3e4a832d2d661f7a3fa5dc7fb (patch) | |
tree | 8d840e3142db0b011726e2d2aa34578ef54c5a96 /misc/p5-Geo-Coder-Bing | |
parent | ddda2ff90dc3d21bab316829762bff6931118d28 (diff) | |
download | ports-93f1965e094dc1b3e4a832d2d661f7a3fa5dc7fb.tar.gz ports-93f1965e094dc1b3e4a832d2d661f7a3fa5dc7fb.zip |
Diffstat (limited to 'misc/p5-Geo-Coder-Bing')
-rw-r--r-- | misc/p5-Geo-Coder-Bing/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/p5-Geo-Coder-Bing/Makefile b/misc/p5-Geo-Coder-Bing/Makefile index a451ce5217af..35b5779be6b6 100644 --- a/misc/p5-Geo-Coder-Bing/Makefile +++ b/misc/p5-Geo-Coder-Bing/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=6.02:www/p5-libwww -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |