aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:34:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:34:49 +0000
commitcac7d5c4a1aeca4201b5ddc1415dd31ec69490d5 (patch)
tree74d92b1ff7fc17b7c26237f7d82c51bb198cde7b /net
parent7786b0989427c5bc022bb60cd4877f1f0f671820 (diff)
downloadports-cac7d5c4a1aeca4201b5ddc1415dd31ec69490d5.tar.gz
ports-cac7d5c4a1aeca4201b5ddc1415dd31ec69490d5.zip
net/p5-URI-Query: Cosmetic change
Diffstat (limited to 'net')
-rw-r--r--net/p5-URI-Query/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-URI-Query/Makefile b/net/p5-URI-Query/Makefile
index 982003eb8d27..fb31e1b7b48d 100644
--- a/net/p5-URI-Query/Makefile
+++ b/net/p5-URI-Query/Makefile
@@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \
p5-URI>=0:net/p5-URI
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>