Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 18:01:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508949 - head/security/p5-PBKDF2-Tiny
Message-ID:  <201908141801.x7EI1Wdp084529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 14 18:01:32 2019
New Revision: 508949
URL: https://svnweb.freebsd.org/changeset/ports/508949

Log:
  Add NO_ARCH

Modified:
  head/security/p5-PBKDF2-Tiny/Makefile

Modified: head/security/p5-PBKDF2-Tiny/Makefile
==============================================================================
--- head/security/p5-PBKDF2-Tiny/Makefile	Wed Aug 14 18:01:27 2019	(r508948)
+++ head/security/p5-PBKDF2-Tiny/Makefile	Wed Aug 14 18:01:32 2019	(r508949)
@@ -13,7 +13,9 @@ COMMENT=	Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 o
 
 LICENSE=	APACHE20
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908141801.x7EI1Wdp084529>