aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-assertthat/Makefile
blob: 7cb9fd95e304f954f61ad7e0f3029f6f08115af2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Wen Heping <wen@FreeBSD.org>

PORTNAME=	assertthat
DISTVERSION=	0.2.1
PORTREVISION=	2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Easy pre and post assertions

LICENSE=	GPLv3

USES=	cran:auto-plist

.include <bsd.port.mk>