16 lines
341 B
Makefile
16 lines
341 B
Makefile
PORTNAME= inline
|
|
PORTVERSION= 0.3.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Inline C, C++, Fortran function calls from R
|
|
WWW= https://cran.r-project.org/web/packages/inline/
|
|
|
|
LICENSE= LGPL20 LGPL21 LGPL3
|
|
LICENSE_COMB= multi
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|