git: 7f1a99a8f26b - main - security/p5-Crypt-PBKDF2: Add LICENSE_FILE and NO_ARCH

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 30 20:04:48 UTC 2021


The branch main has been updated by sunpoet:

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

commit 7f1a99a8f26b7054ccf9eecd57cb7a08e7cc2633
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:55:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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>


More information about the dev-commits-ports-all mailing list