svn commit: r545896 - head/devel/p5-Script-isAperlScript

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:40:06 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:40:00 2020
New Revision: 545896
URL: https://svnweb.freebsd.org/changeset/ports/545896

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-Script-isAperlScript/Makefile

Modified: head/devel/p5-Script-isAperlScript/Makefile
==============================================================================
--- head/devel/p5-Script-isAperlScript/Makefile	Sun Aug 23 19:39:55 2020	(r545895)
+++ head/devel/p5-Script-isAperlScript/Makefile	Sun Aug 23 19:40:00 2020	(r545896)
@@ -13,7 +13,9 @@ COMMENT=	Basic check for if something is a perl script
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-USES=	perl5
+USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list