git: 1bff0c6119b1 - main - math/p5-Math-Random-Secure: Add LICENSE_FILE and NO_ARCH

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1bff0c6119b1d20587c09760bab90cf7a242e6e7

commit 1bff0c6119b1d20587c09760bab90cf7a242e6e7
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:59:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-30 19:59:09 +0000

    math/p5-Math-Random-Secure: Add LICENSE_FILE and NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 math/p5-Math-Random-Secure/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/p5-Math-Random-Secure/Makefile b/math/p5-Math-Random-Secure/Makefile
index 067936acf739..c0c9f8b07933 100644
--- a/math/p5-Math-Random-Secure/Makefile
+++ b/math/p5-Math-Random-Secure/Makefile
@@ -10,6 +10,7 @@ MAINTAINER=	dereckson at gmail.com
 COMMENT=	Cryptographically-secure rand function
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Warn>0:devel/p5-Test-Warn
 BUILD_DEPENDS=	p5-List-MoreUtils>0:lang/p5-List-MoreUtils
@@ -20,4 +21,6 @@ RUN_DEPENDS=	p5-Any-Moose>0:devel/p5-Any-Moose \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>


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