math/p5-Math-Random-Secure: Add LICENSE_FILE and NO_ARCH

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2021-05-31 03:59:09 +08:00
parent 9045f9ef54
commit 1bff0c6119
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>