git: 3eb93ccccba2 - main - textproc/p5-XML-XML2JSON: Cosmetic change
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 25 13:46:26 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3eb93ccccba2b8aa18bd49d6938217e26532c043
commit 3eb93ccccba2b8aa18bd49d6938217e26532c043
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:39:19 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:39:19 +0000
textproc/p5-XML-XML2JSON: Cosmetic change
---
textproc/p5-XML-XML2JSON/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/textproc/p5-XML-XML2JSON/Makefile b/textproc/p5-XML-XML2JSON/Makefile
index 3fceef21b9b6..35387c06b72f 100644
--- a/textproc/p5-XML-XML2JSON/Makefile
+++ b/textproc/p5-XML-XML2JSON/Makefile
@@ -16,6 +16,11 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-XML-LibXML>=1.59:textproc/p5-XML-LibXML
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
# the order of options follows the search order of JSON module by XML::XML2JSON
OPTIONS_MULTI= JSON_BACKEND
OPTIONS_MULTI_JSON_BACKEND= JSON_SYCK JSON_XS JSON JSON_DWIW
@@ -25,10 +30,6 @@ JSON_XS_DESC= Use JSON::XS
JSON_DESC= Use JSON
JSON_DWIW_DESC= Use JSON::DWIW
-NO_ARCH= yes
-USE_PERL5= configure
-USES= perl5
-
JSON_BUILD_DEPENDS= p5-JSON>=0:converters/p5-JSON
JSON_DWIW_BUILD_DEPENDS=p5-JSON-DWIW>=0:converters/p5-JSON-DWIW
JSON_DWIW_RUN_DEPENDS= p5-JSON-DWIW>=0:converters/p5-JSON-DWIW
More information about the dev-commits-ports-all
mailing list