aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:34:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:34:59 +0000
commit8384baef1b3dcd05b3bbd93bac679087949cfec5 (patch)
tree2be8274570e7a930f7ff551a29dd7d561e3500e7
parentcac7d5c4a1aeca4201b5ddc1415dd31ec69490d5 (diff)
downloadports-8384baef1b3dcd05b3bbd93bac679087949cfec5.tar.gz
ports-8384baef1b3dcd05b3bbd93bac679087949cfec5.zip
net/p5-VM-EC2: Cosmetic change
-rw-r--r--net/p5-VM-EC2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-VM-EC2/Makefile b/net/p5-VM-EC2/Makefile
index ac5a5464513a..2f909b4b918d 100644
--- a/net/p5-VM-EC2/Makefile
+++ b/net/p5-VM-EC2/Makefile
@@ -24,8 +24,9 @@ RUN_DEPENDS= p5-AnyEvent-CacheDNS>=0.08:dns/p5-AnyEvent-CacheDNS \
p5-XML-Simple>=2.18:textproc/p5-XML-Simple \
p5-libwww>=5.835:www/p5-libwww
-NO_ARCH= yes
-USE_PERL5= modbuild
USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
.include <bsd.port.mk>