aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-sf/Makefile
blob: 887c7aa61d479dc187c24a758a051d406a74be1f (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
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sf
DISTVERSION=    0.5-1
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Simple Features for R

LICENSE=    GPLv2

CRAN_DEPENDS=   R-cran-Rcpp>0:devel/R-cran-Rcpp \
        R-cran-DBI>0:databases/R-cran-DBI \
        R-cran-units>=0.4:math/R-cran-units \
        R-cran-magrittr>0:devel/R-cran-magrittr
LIB_DEPENDS=    libgdal.so:graphics/gdal \
        libgeos.so:graphics/geos \
        libproj.so:graphics/proj
BUILD_DEPENDS=  ${CRAN_DEPENDS}
RUN_DEPENDS=    ${CRAN_DEPENDS}

USES=       cran:auto-plist,compiles

.include <bsd.port.mk>