diff options
author | swills <swills@FreeBSD.org> | 2012-03-18 06:28:24 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-18 06:28:24 +0800 |
commit | 8ac975df5fa46d165e0b1a972b02b3958a5ebd0f (patch) | |
tree | 53deccd8fb63ae2920b7286b227927974ec73e98 /math | |
parent | a34ab6e444e984159108fcf6b9971553165a30df (diff) | |
download | freebsd-ports-gnome-8ac975df5fa46d165e0b1a972b02b3958a5ebd0f.tar.gz freebsd-ports-gnome-8ac975df5fa46d165e0b1a972b02b3958a5ebd0f.tar.zst freebsd-ports-gnome-8ac975df5fa46d165e0b1a972b02b3958a5ebd0f.zip |
- Add missing BUILD_DEPENDS and RUN_DEPENDS [1]
- Bump PORTREVISION [1]
- Change maintainer to perl@FreeBSD.org [2]
PR: ports/165742 [1]
Approved by: Davide Cittaro <daweonline@gmail.com> (maintainer) [1]
Requested by: Davide Cittaro <daweonline@gmail.com> (maintainer) [2]
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-TTest/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/p5-Statistics-TTest/Makefile b/math/p5-Statistics-TTest/Makefile index 7c3e7ed42136..edba383aa10f 100644 --- a/math/p5-Statistics-TTest/Makefile +++ b/math/p5-Statistics-TTest/Makefile @@ -7,16 +7,18 @@ PORTNAME= Statistics-TTest PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Statistics PKGNAMEPREFIX= p5- -MAINTAINER= daweonline@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to perform T-test on 2 independent samples -BUILD_DEPENDS= p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive +BUILD_DEPENDS= p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive \ + p5-Statistics-Distributions>=0.07:${PORTSDIR}/math/p5-Statistics-Distributions +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |