aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:35 +0000
commitcca72fcb4a69d0be0e802a5ff2fb53becf5c26ab (patch)
tree8f908dd00f5b46fe6269254b62e38858e049c78a
parentf236f49431a8f515982edc510820f2886b984007 (diff)
downloadports-cca72fcb4a69d0be0e802a5ff2fb53becf5c26ab.tar.gz
ports-cca72fcb4a69d0be0e802a5ff2fb53becf5c26ab.zip
devel/p5-Test-Requires-Git: Cosmetic change
-rw-r--r--devel/p5-Test-Requires-Git/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Requires-Git/Makefile b/devel/p5-Test-Requires-Git/Makefile
index 394a21cd2872..f5e8cadfb662 100644
--- a/devel/p5-Test-Requires-Git/Makefile
+++ b/devel/p5-Test-Requires-Git/Makefile
@@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Git-Version-Compare>=1.003:devel/p5-Git-Version-Compare
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>