svn commit: r558506 - head/devel/p5-IO-Digest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:08:08 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:08:03 2020
New Revision: 558506
URL: https://svnweb.freebsd.org/changeset/ports/558506

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-IO-Digest/Makefile

Modified: head/devel/p5-IO-Digest/Makefile
==============================================================================
--- head/devel/p5-IO-Digest/Makefile	Sat Dec 19 20:07:58 2020	(r558505)
+++ head/devel/p5-IO-Digest/Makefile	Sat Dec 19 20:08:03 2020	(r558506)
@@ -17,7 +17,9 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-PerlIO-via-dynamic>=0:devel/p5-PerlIO-via-dynamic
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list