diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:03:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:03:01 +0000 |
commit | fff52afc86989ad0a6ce63a1517d84dc5a3a8a62 (patch) | |
tree | d7ef69822635d7be2dfcd8c3625dcb3ab901bc30 /math/rpy/Makefile | |
parent | a835e21343ace53db773b425d1acd1faec021e51 (diff) |
Notes
Diffstat (limited to 'math/rpy/Makefile')
-rw-r--r-- | math/rpy/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 81d3c82cc778..e34647edbfe6 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -7,16 +7,15 @@ # PORTNAME= rpy -PORTVERSION= 0.3.5 +PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= Python interface to the R Programming Language -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ R:${PORTSDIR}/math/R RUN_DEPENDS= ${BUILD_DEPENDS} |