svn commit: r545850 - head/textproc/p5-Text-Tags

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


Author: sunpoet
Date: Sun Aug 23 19:35:48 2020
New Revision: 545850
URL: https://svnweb.freebsd.org/changeset/ports/545850

Log:
  Add NO_ARCH

Modified:
  head/textproc/p5-Text-Tags/Makefile

Modified: head/textproc/p5-Text-Tags/Makefile
==============================================================================
--- head/textproc/p5-Text-Tags/Makefile	Sun Aug 23 19:35:43 2020	(r545849)
+++ head/textproc/p5-Text-Tags/Makefile	Sun Aug 23 19:35:48 2020	(r545850)
@@ -14,7 +14,9 @@ COMMENT=	Parses folksonomy space-separated tags
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list