aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:32:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:32:30 +0000
commitc45754a175394e535f8fc64ff1475f6268895526 (patch)
tree8798e5cd9dd159c651adaa6d24e7a7f2d8a4f18e
parent82adddc9f24252c1f11ad0e37717d526735400f4 (diff)
downloadports-c45754a175394e535f8fc64ff1475f6268895526.tar.gz
ports-c45754a175394e535f8fc64ff1475f6268895526.zip
net/p5-Net-HTTP-Spore: Cosmetic change
-rw-r--r--net/p5-Net-HTTP-Spore/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-Net-HTTP-Spore/Makefile b/net/p5-Net-HTTP-Spore/Makefile
index 018fe4a8bfdc..cc4b2a421bf4 100644
--- a/net/p5-Net-HTTP-Spore/Makefile
+++ b/net/p5-Net-HTTP-Spore/Makefile
@@ -29,8 +29,9 @@ RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \
p5-libwww>=0:www/p5-libwww
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>