aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:29:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:46:12 +0000
commit9c5ed664051b4545ae90cb95e87d79e79c8e0e10 (patch)
treea17ff7e33c8dac9042a241cbd85eaab918c4ee7a /security
parent8f437b855fda32890d6449ed0f38bff853568674 (diff)
downloadports-9c5ed664051b4545ae90cb95e87d79e79c8e0e10.tar.gz
ports-9c5ed664051b4545ae90cb95e87d79e79c8e0e10.zip
security/p5-Authen-Simple-LDAP: Cosmetic change
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-Simple-LDAP/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile
index 96ad186f3313..0e6a02b821d1 100644
--- a/security/p5-Authen-Simple-LDAP/Makefile
+++ b/security/p5-Authen-Simple-LDAP/Makefile
@@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \
p5-perl-ldap>=0:net/p5-perl-ldap
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>