svn commit: r508949 - head/security/p5-PBKDF2-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 14 18:01:33 UTC 2019


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>


More information about the svn-ports-head mailing list