diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
commit | f8374320671c6a39b6d2935b5b3e21b5824e4407 (patch) | |
tree | e8f1280d7479efefe71879ca2d9e78fbe327b405 /math/rpy2/Makefile | |
parent | 088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_2_0'.release/6.2.0
Notes
Notes:
svn path=/head/; revision=177408
svn path=/tags/RELEASE_6_2_0/; revision=177409; tag=release/6.2.0
Diffstat (limited to 'math/rpy2/Makefile')
-rw-r--r-- | math/rpy2/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile deleted file mode 100644 index 1b80517b4eb9..000000000000 --- a/math/rpy2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: rpy -# Date created: Jan 14, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rpy -PORTVERSION= 0.3.5 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python interface to the R Programming Language - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \ - R:${PORTSDIR}/math/R -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" - -.include <bsd.port.mk> |