mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9c305184ae
Feature safe: yes
29 lines
554 B
Makefile
29 lines
554 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rpy
|
|
# Date created: Jan 14, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rpy2
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= CHEESESHOP \
|
|
SF
|
|
|
|
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>
|