aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-inline/Makefile
blob: 9a36dea2728f570a3320211f5c49739af4211636 (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
PORTREVISION=	6
CATEGORIES=	math
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>