aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:33 +0000
commit0cf76550b303dc704a279e8cc4cd84b9395346fa (patch)
tree47330fe057b8f168e9b1a5d8aa93e95757a85c02
parent7015ffa123407a21943fe4f345d2539e7d4c22a2 (diff)
downloadports-0cf76550b303dc704a279e8cc4cd84b9395346fa.tar.gz
ports-0cf76550b303dc704a279e8cc4cd84b9395346fa.zip
devel/p5-IO-All-LWP: Cosmetic change
-rw-r--r--devel/p5-IO-All-LWP/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-IO-All-LWP/Makefile b/devel/p5-IO-All-LWP/Makefile
index 41136a0fac79..77d3fe236168 100644
--- a/devel/p5-IO-All-LWP/Makefile
+++ b/devel/p5-IO-All-LWP/Makefile
@@ -17,9 +17,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-All>=0.30:devel/p5-IO-All \
p5-libwww>=0:www/p5-libwww
-USE_PERL5= configure
USES= perl5 shebangfix
-SHEBANG_FILES= iocp.pl
+USE_PERL5= configure
+
NO_ARCH= yes
+SHEBANG_FILES= iocp.pl
+
.include <bsd.port.mk>