aboutsummaryrefslogtreecommitdiffstats
path: root/math/rpy2/Makefile
blob: e82c0566289dea390d7c8875d74a3e5304f4f9a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# Ports collection makefile for:    rpy
# Date created:         Jan 14, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   rpy
PORTVERSION=    0.3.1
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python interface to the R Programming Language

BUILD_DEPENDS=  ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \
        R:${PORTSDIR}/math/R
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
MAKE_ENV=   LDFLAGS="-L${LOCALBASE}/lib/R/modules"

.include <bsd.port.mk>