Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:05:41 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: 1bff0c6119b1 - main - math/p5-Math-Random-Secure: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202105302005.14UK5fxH079053@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=1bff0c6119b1d20587c09760bab90cf7a242e6e7

commit 1bff0c6119b1d20587c09760bab90cf7a242e6e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-30 19:59:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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@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>



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