textproc/p5-Makefile-DOM: Add NO_ARCH

This commit is contained in:
Po-Chuan Hsieh 2021-06-25 21:36:34 +08:00
parent ee7eaa5974
commit c4d771e0cb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Clone>=0.18:devel/p5-Clone \
p5-List-MoreUtils>=0.21:lang/p5-List-MoreUtils \
p5-Params-Util>=0.22:devel/p5-Params-Util
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>