diff options
author | wen <wen@FreeBSD.org> | 2011-09-05 14:29:33 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-09-05 14:29:33 +0800 |
commit | f4d0539e0cc0b320ebefbe0733905c888d32d63c (patch) | |
tree | 01dab308268e1a49450ba1f46d1e3e78a812823a /math | |
parent | e3e97d8d52a1e1f1798b7c36cb60d629f710db1c (diff) | |
download | freebsd-ports-gnome-f4d0539e0cc0b320ebefbe0733905c888d32d63c.tar.gz freebsd-ports-gnome-f4d0539e0cc0b320ebefbe0733905c888d32d63c.tar.zst freebsd-ports-gnome-f4d0539e0cc0b320ebefbe0733905c888d32d63c.zip |
- Update to 0.21
ChangeLog: http://cpansearch.perl.org/src/FANGLY/Statistics-R-0.21/Changes
PR: ports/160457
Submitted by: sunpoet@
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-R/Makefile | 13 | ||||
-rw-r--r-- | math/p5-Statistics-R/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Statistics-R/pkg-plist | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/math/p5-Statistics-R/Makefile b/math/p5-Statistics-R/Makefile index 18311c48bb05..fa149d0f0a2d 100644 --- a/math/p5-Statistics-R/Makefile +++ b/math/p5-Statistics-R/Makefile @@ -6,21 +6,24 @@ # PORTNAME= Statistics-R -PORTVERSION= 0.08 -PORTREVISION= 2 +PORTVERSION= 0.21 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BRICAS +MASTER_SITE_SUBDIR= CPAN:FANGLY PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Controls the R interpreter through Perl -RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R +BUILD_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R +RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \ + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common PERL_CONFIGURE= yes -MAN3= Statistics::R::Bridge.3 \ +MAN3= Statistics::R::Legacy.3 \ + Statistics::R::Win32.3 \ Statistics::R.3 .include <bsd.port.mk> diff --git a/math/p5-Statistics-R/distinfo b/math/p5-Statistics-R/distinfo index 319ebee1ee72..f8a18586314c 100644 --- a/math/p5-Statistics-R/distinfo +++ b/math/p5-Statistics-R/distinfo @@ -1,2 +1,2 @@ -SHA256 (Statistics-R-0.08.tar.gz) = 2ca4731748046d340abd141ee8f30f4bcfc30bd6bf18d295b97fc0d7ac88e1fe -SIZE (Statistics-R-0.08.tar.gz) = 9646 +SHA256 (Statistics-R-0.21.tar.gz) = 6e7e702d5d1fe8ef69541a1f11356f1c2d39f9bebde8070d2e6f1fff3fe96ec8 +SIZE (Statistics-R-0.21.tar.gz) = 28178 diff --git a/math/p5-Statistics-R/pkg-plist b/math/p5-Statistics-R/pkg-plist index 113632ac5fbb..804f803249bc 100644 --- a/math/p5-Statistics-R/pkg-plist +++ b/math/p5-Statistics-R/pkg-plist @@ -1,5 +1,5 @@ -bin/statistics-r.pl -%%SITE_PERL%%/Statistics/R/Bridge.pm +%%SITE_PERL%%/Statistics/R/Legacy.pm +%%SITE_PERL%%/Statistics/R/Win32.pm %%SITE_PERL%%/Statistics/R.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R/.packlist @dirrmtry %%SITE_PERL%%/Statistics/R |