Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:04:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7f1a99a8f26b - main - security/p5-Crypt-PBKDF2: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202105302004.14UK4jdr077956@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f1a99a8f26b7054ccf9eecd57cb7a08e7cc2633

commit 7f1a99a8f26b7054ccf9eecd57cb7a08e7cc2633
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-30 19:55:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-30 19:55:49 +0000

    security/p5-Crypt-PBKDF2: Add LICENSE_FILE and NO_ARCH
---
 security/p5-Crypt-PBKDF2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile
index 22b245bca611..a779573ac722 100644
--- a/security/p5-Crypt-PBKDF2/Makefile
+++ b/security/p5-Crypt-PBKDF2/Makefile
@@ -11,6 +11,7 @@ COMMENT=	PBKDF2 password hashing algorithm
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Digest-HMAC>=1.01:security/p5-Digest-HMAC \
@@ -26,4 +27,6 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal
 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?202105302004.14UK4jdr077956>