aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpy2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/rpy2/Makefile')
-rw-r--r--math/rpy2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
index 274715876698..e2d9f875045d 100644
--- a/math/rpy2/Makefile
+++ b/math/rpy2/Makefile
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= rpy2
-PORTVERSION= 2.3.6
-PORTREVISION= 3
+PORTVERSION= 2.4.0
CATEGORIES= math
MASTER_SITES= CHEESESHOP
-MAINTAINER= wen@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to the R Programming Language
+LICENSE= GPLv2
+
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
R:${PORTSDIR}/math/R
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
@@ -17,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py