diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-19 08:03:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-19 08:03:01 +0800 |
commit | 50fb3c1407029e06e9fc42f1a632231334472f1a (patch) | |
tree | 65b6e820a76106d86216c3c09bd4752f71980476 /math/rpy2/Makefile | |
parent | 1bf30bd223e397e59d5a13c949c63f968ad681c6 (diff) | |
download | freebsd-ports-gnome-50fb3c1407029e06e9fc42f1a632231334472f1a.tar.gz freebsd-ports-gnome-50fb3c1407029e06e9fc42f1a632231334472f1a.tar.zst freebsd-ports-gnome-50fb3c1407029e06e9fc42f1a632231334472f1a.zip |
- Update to 1.0.3
- Pass maintainership to submitter
PR: 124680
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to 'math/rpy2/Makefile')
-rw-r--r-- | math/rpy2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index 81d3c82cc778..e34647edbfe6 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/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} |