aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-units/Makefile
blob: a397013458eea0b4e110c469eb1dc16a5c6ccb32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	units
DISTVERSION=	0.4-6
PORTREVISION=	1
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>