aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Descriptive/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-27 23:24:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-27 23:24:05 +0000
commita5ac1e456290e10ea4a02075f7071fe952896106 (patch)
tree0d9b9a5412602db729383aaea2be39ebc223cb1b /math/p5-Statistics-Descriptive/Makefile
parentc4be87a00fa3f0d8bdcd59881728257c1f9f2ef7 (diff)
downloadports-a5ac1e456290e10ea4a02075f7071fe952896106.tar.gz
ports-a5ac1e456290e10ea4a02075f7071fe952896106.zip
Notes
Diffstat (limited to 'math/p5-Statistics-Descriptive/Makefile')
-rw-r--r--math/p5-Statistics-Descriptive/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile
index 814ca5f24478..fd748b8a6fc4 100644
--- a/math/p5-Statistics-Descriptive/Makefile
+++ b/math/p5-Statistics-Descriptive/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Statistics-Descriptive
-PORTVERSION= 3.0701
+PORTVERSION= 3.0702
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,12 +12,14 @@ COMMENT= Perl module that supplies statistical methods for perl5
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
USES= perl5
USE_PERL5= configure
+
NO_ARCH= yes
.include <bsd.port.mk>