freebsd-ports/math/R-cran-units/Makefile
TAKATSU Tomonari 3d8b4e12a4 - Add new port: math/R-cran-units
Support for measurement units in R vectors; automatic propagation,
  conversion, derivation and simplification of units; raising errors
  in case of unit incompatibility. Compatible with the difftime class.
  Uses the UNIDATA udunits library and unit database for unit conversion
  and compatibility checking.

  WWW: https://cran.r-project.org/web/packages/units/
2017-06-27 06:31:26 +00:00

21 lines
408 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= units
DISTVERSION= 0.4-5
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Measurement Units for R Vectors
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-udunits2>=0.13:science/R-cran-udunits2
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>