freebsd-ports/math/rpy2/Makefile

30 lines
570 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 2
CATEGORIES= math
2010-06-27 04:59:51 +02:00
MASTER_SITES= CHEESESHOP \
SF
2010-06-27 04:59:51 +02:00
MAINTAINER= wen@FreeBSD.org
COMMENT= Python interface to the R Programming Language
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
R:${PORTSDIR}/math/R
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>