aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-MaybeXS
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-02 12:02:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-02 12:02:34 +0000
commitb689f5b2d977bf438db4fb2b783835b47579d8d9 (patch)
treec1926ca3476892ecee0f04638c5a7f65330f0b2f /converters/p5-JSON-MaybeXS
parentad3b4149eb8c20f2124feec48def1f69a46ef921 (diff)
downloadports-b689f5b2d977bf438db4fb2b783835b47579d8d9.tar.gz
ports-b689f5b2d977bf438db4fb2b783835b47579d8d9.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=530296
Diffstat (limited to 'converters/p5-JSON-MaybeXS')
-rw-r--r--converters/p5-JSON-MaybeXS/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/p5-JSON-MaybeXS/Makefile b/converters/p5-JSON-MaybeXS/Makefile
index 9333fc14c9ff..cba55fe626ec 100644
--- a/converters/p5-JSON-MaybeXS/Makefile
+++ b/converters/p5-JSON-MaybeXS/Makefile
@@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Cpanel-JSON-XS>=2.3310:converters/p5-Cpanel-JSON-XS
TEST_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>