aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-assertthat/Makefile
blob: d8b138abee824b86f5983a422fa077503778f140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	assertthat
DISTVERSION=	0.2.1
PORTREVISION=	2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Easy pre and post assertions
WWW=		https://cran.r-project.org/web/packages/assertthat/

LICENSE=	GPLv3

USES=	cran:auto-plist

.include <bsd.port.mk>