diff options
Diffstat (limited to 'astro/R-cran-maptools/Makefile')
-rw-r--r-- | astro/R-cran-maptools/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile deleted file mode 100644 index d478909ba428..000000000000 --- a/astro/R-cran-maptools/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -PORTNAME= maptools -DISTVERSION= 1.1-8 -CATEGORIES= astro -DISTNAME= ${PORTNAME}_${DISTVERSION} - -MAINTAINER= tota@FreeBSD.org -COMMENT= Tools for reading and handling spatial objects -WWW= https://cran.r-project.org/web/packages/maptools/ - -LICENSE= GPLv2+ - -CRAN_DEPENDS= R-cran-sp>=1.0.11:math/R-cran-sp -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} - -USES= cran:auto-plist,compiles - -.include <bsd.port.mk> |