freebsd-ports/math/rpy2/Makefile
Brendan Fabeny 3d5cca3564 - Update R to 2.12.2, a bugfix release
- Bump PORTREVISION of dependent ports,
  where necessary

Approved by:	makc, miwi (mentors, implicit)
2011-02-28 16:03:13 +00:00

29 lines
570 B
Makefile

# ex:ts=8
# Ports collection makefile for: rpy
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rpy2
PORTVERSION= 2.1.3
PORTREVISION= 2
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>