1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/math/rpy/Makefile
Martin Wilke fff52afc86 - Update to 1.0.3
- Pass maintainership to submitter

PR:		124680
Submitted by:	Wen heping <wenheping@gmail.com>
2008-06-19 00:03:01 +00:00

30 lines
625 B
Makefile

# ex:ts=8
# Ports collection makefile for: rpy
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rpy
PORTVERSION= 1.0.3
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= wenheping@gmail.com
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
MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib"
post-patch:
@${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c
.include <bsd.port.mk>