aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:45 +0000
commit8a8f2f924d095f8cfce6e7b75d74b8f8b68a0a39 (patch)
tree82457c7d8abf8088e2b9056ab14dfb476d55d2aa
parentba1e1798db805ad00998fe52d1e9c856b894e8fa (diff)
downloadports-8a8f2f924d095f8cfce6e7b75d74b8f8b68a0a39.tar.gz
ports-8a8f2f924d095f8cfce6e7b75d74b8f8b68a0a39.zip
devel/p5-lexical-underscore: Cosmetic change
-rw-r--r--devel/p5-lexical-underscore/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-lexical-underscore/Makefile b/devel/p5-lexical-underscore/Makefile
index 8dc5eb22efa8..df666c3c9d60 100644
--- a/devel/p5-lexical-underscore/Makefile
+++ b/devel/p5-lexical-underscore/Makefile
@@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>