aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 18:56:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 19:00:19 +0000
commit8055cc5ef937613b3e9843691be8243c4ae30463 (patch)
treed26f1256878f3de1f79f7f86afb6ba4990cac003
parent171a5125a4f39b677fff39182d503abc1b8e6c7b (diff)
downloadports-8055cc5ef937613b3e9843691be8243c4ae30463.tar.gz
ports-8055cc5ef937613b3e9843691be8243c4ae30463.zip
math/p5-Statistics-Basic: Add LICENSE and NO_ARCH
-rw-r--r--math/p5-Statistics-Basic/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile
index 9a4a8921ef10..fbcef8c8773b 100644
--- a/math/p5-Statistics-Basic/Makefile
+++ b/math/p5-Statistics-Basic/Makefile
@@ -9,10 +9,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Collection of basic statistics modules
+LICENSE= LGPL20
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Number-Format>=1.61:textproc/p5-Number-Format
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>