2013-01-04 18:51:39 +01:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2011-03-07 08:07:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Statistics-R
|
2013-02-08 09:00:46 +01:00
|
|
|
PORTVERSION= 0.31
|
2013-11-13 09:19:34 +01:00
|
|
|
PORTREVISION= 4
|
2011-03-07 08:07:18 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-09-05 08:29:33 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:FANGLY
|
2011-03-07 08:07:18 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-03-30 09:35:29 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-03-07 08:07:18 +01:00
|
|
|
COMMENT= Controls the R interpreter through Perl
|
|
|
|
|
2011-09-05 08:29:33 +02:00
|
|
|
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
|
2011-03-07 08:07:18 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-03-07 08:07:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|