aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-inline/Makefile
blob: 49207685265653563a64193ad11a194491f09859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
PORTREVISION=   2
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>