summaryrefslogtreecommitdiff
path: root/devel/R-cran-RUnit/Makefile
blob: 7e84084dbac22c8e1afb26ce7c1e697f1d357913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	RUnit
PORTVERSION=	0.4.33
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	R functions implementing a Unit Testing framework
WWW=		https://cran.r-project.org/package=RUnit

LICENSE=	GPLv2

USES=		cran

.include <bsd.port.mk>