aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-ids/Makefile
blob: 9c9341de70a2fa2e460db8c570207fc1a3c3694b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ids
DISTVERSION=	1.0.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	einar@isnic.is
COMMENT=	Generate Random Identifiers
WWW=		https://github.com/richfitz/ids

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-openssl>0:security/R-cran-openssl \
		R-cran-uuid>0:devel/R-cran-uuid
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist

.include <bsd.port.mk>