diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:28:18 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:46:09 +0000 |
commit | 3a2fc59800cb33c2d4463b7f62c03e48a8b89dd8 (patch) | |
tree | b948893adc5382429736104db7ccd429d7f75576 /misc | |
parent | 2dd075318cd922f72cdd8824eac4096c0a8893bd (diff) |
misc/p5-Geo-Coder-OSM: Cosmetic change
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-OSM/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/p5-Geo-Coder-OSM/Makefile b/misc/p5-Geo-Coder-OSM/Makefile index b43bfe3adcf2..fcf7d09b0b3b 100644 --- a/misc/p5-Geo-Coder-OSM/Makefile +++ b/misc/p5-Geo-Coder-OSM/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=0:www/p5-libwww -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |