aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-inline/Makefile
blob: be12e2d87ddc83654290574d45b70e12cfa799fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    R-cran-inline
# Date created:             May 8, 2010
# Whom:                 Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   inline
PORTVERSION=    0.3.8
CATEGORIES= math
PKGNAMEPREFIX=  R-cran-
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Inline C, C++, Fortran function calls from R

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>