2003-10-31 02:47:04 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: rpy
|
|
|
|
# Date created: Jan 14, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2010-06-27 04:59:51 +02:00
|
|
|
PORTNAME= rpy2
|
|
|
|
PORTVERSION= 2.1.3
|
2011-02-28 17:03:13 +01:00
|
|
|
PORTREVISION= 2
|
2003-10-31 02:47:04 +01:00
|
|
|
CATEGORIES= math
|
2010-06-27 04:59:51 +02:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
SF
|
2003-10-31 02:47:04 +01:00
|
|
|
|
2010-06-27 04:59:51 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2003-10-31 02:47:04 +01:00
|
|
|
COMMENT= Python interface to the R Programming Language
|
|
|
|
|
2008-06-19 02:03:01 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
2004-04-30 10:17:36 +02:00
|
|
|
R:${PORTSDIR}/math/R
|
2003-10-31 02:47:04 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2007-06-13 17:03:43 +02:00
|
|
|
post-patch:
|
2008-08-04 22:04:42 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
2007-06-13 17:03:43 +02:00
|
|
|
|
2003-10-31 02:47:04 +01:00
|
|
|
.include <bsd.port.mk>
|